Skip to content

Commit e53922d

Browse files
committed
added python 3.6
1 parent 17898de commit e53922d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
python:
33
# - "2.7"
44
- "3.5"
5-
# - "3.6"
5+
- "3.6"
66
# command to install dependencies
77
install: "pip install -r requirements.txt"
88
# command to run tests

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
colorama==0.3.7
2-
nose==1.3.7
3-
numpy==1.12.0
4-
py==1.4.32
5-
pytest==3.0.5
1+
colorama>=0.3.7
2+
nose>=1.3.7
3+
numpy>=1.12.0
4+
py>=1.4.32
5+
pytest>=3.0.5

0 commit comments

Comments
 (0)