Skip to content

Commit d31193d

Browse files
Update .travis.yml
1 parent e8f3bd7 commit d31193d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: python
22
python:
3-
- "3.6"
3+
- "3.6.6"
44
# command to install dependencies
55
install:
66
- pip install -r requirements-dev.txt
77
# command to run tests
88
script:
99
- flake8 sdiff tests
10-
- nosetests
10+
- nosetests

0 commit comments

Comments
 (0)