Skip to content

Commit a43703f

Browse files
authored
update python test versions
1 parent b8ef68d commit a43703f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: python
22
python:
3-
- "2.7.13"
4-
- "3.6"
3+
- "2.7.16"
4+
- "3.7.3"
55
# command to install dependencies
66
install:
77
- pip install -r requirements.txt --extra-index-url file://$PWD/lib --upgrade --ignore-installed six
88
- pip install -r test-requirements.txt
99
# command to run tests
1010
script: pycodestyle samples tests
1111
script: pytest
12-

0 commit comments

Comments
 (0)