Skip to content

Commit 6166216

Browse files
committed
Restrict CI to Python 3.6+
setup.py to be fixed if compat below 3.6 isnt needed.
1 parent 2e470c2 commit 6166216

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: python
22
python:
3-
- 2.7
4-
- 3.4
53
- 3.6
4+
- 3.7
65
- 3.8
76
install: pip install tox-travis
87
script: tox

0 commit comments

Comments
 (0)