Skip to content

Commit

Permalink
Enable Python 3.6, remove 3.3 and disable 3.4
Browse files Browse the repository at this point in the history
Python 3.3 isn't supported anymore, and there's a bug with setuptools on 3.4
that breaks our build.
  • Loading branch information
vitorbaptista committed Dec 21, 2017
1 parent 987264c commit f003d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ language:
python

python:
- 3.6
- 3.5
- 3.4
- 3.3
# - 3.4 FIXME: Enable when https://github.com/pypa/setuptools/issues/951 is fixed
- 2.7

matrix:
Expand Down

0 comments on commit f003d00

Please sign in to comment.