Skip to content

Commit 4727587

Browse files
authored
Update python versions
1 parent 2c9df5c commit 4727587

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,13 +1,12 @@
11
language: python
22
python:
3-
- 2.6
43
- 2.7
5-
- 3.3
64
- 3.4
75
- 3.5
86
- 3.6
7+
- 3.7
8+
- 3.8
99
install:
10-
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install importlib unittest2; fi
1110
- pip install -r requirements.txt
1211
- pip install -r test-requirements.txt
1312
- python setup.py develop

0 commit comments

Comments
 (0)