Przeglądaj źródła

Enabling Travis automated tests

Maxime Chevalier-Boisvert 7 lat temu
rodzic
commit
0a9d6d8631
2 zmienionych plików z 12 dodań i 0 usunięć
  1. 10 0
      .travis.yml
  2. 2 0
      README.md

+ 10 - 0
.travis.yml

@@ -0,0 +1,10 @@
+language: python
+python:
+  - "3.5"
+
+# command to install dependencies
+install:
+  - pip3 install -e .
+
+# command to run tests
+script: ./run_tests.py

+ 2 - 0
README.md

@@ -1,5 +1,7 @@
 # Minimalistic Gridworld Environment (MiniGrid)
 
+[![Build Status](https://travis-ci.org/maximecb/gym-minigrid.svg?branch=master)](https://travis-ci.org/maximecb/gym-minigrid)
+
 There are other gridworld Gym environments out there, but this one is
 designed to be particularly simple, lightweight and fast. The code has very few
 dependencies, making it less likely to break or fail to install. It loads no