Skip to content

Commit 0cc2c78

Browse files
committed
Conform Travis CI testing to Python versions supported in setuptools
setuptools in setup.py reports Python 2.7 and Python 3.4-3.7 (inclusive) support. Conform the python version testing in Travis CI to match each of these versions, as good practice to avoid future conflicts or regressions.
1 parent 9e912d9 commit 0cc2c78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: python
22
# Existing Python versions
33
python:
44
- "2.7"
5+
- "3.4"
56
- "3.5"
67
- "3.6"
78
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs

0 commit comments

Comments
 (0)