瀏覽代碼

Enabling Travis automated tests

Maxime Chevalier-Boisvert 7 年之前
父節點
當前提交
0a9d6d8631
共有 2 個文件被更改,包括 12 次插入0 次删除
  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