There was an error while loading. Please reload this page.
1 parent 17898de commit e53922dCopy full SHA for e53922d
.travis.yml
@@ -2,7 +2,7 @@ language: python
2
python:
3
# - "2.7"
4
- "3.5"
5
-# - "3.6"
+ - "3.6"
6
# command to install dependencies
7
install: "pip install -r requirements.txt"
8
# command to run tests
requirements.txt
@@ -1,5 +1,5 @@
1
-colorama==0.3.7
-nose==1.3.7
-numpy==1.12.0
-py==1.4.32
-pytest==3.0.5
+colorama>=0.3.7
+nose>=1.3.7
+numpy>=1.12.0
+py>=1.4.32
+pytest>=3.0.5
0 commit comments