Skip to content

Commit

Permalink
Remove python 3.4 support on tox and add workaround to python 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudaporto committed Oct 21, 2017
1 parent a3946eb commit 1c79151
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,11 +2,11 @@ language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
- 3.6

install:
- pip install six==1.10.0 # force here to avoid conflit with zc.recipe.testrunner
- pip install -U setuptools==33.1.1
- pip install coveralls coverage
- pip install zc.buildout
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -2,7 +2,6 @@
envlist =
# flake8,
py27,
py34,
py35,
py36,
# isort,
Expand Down

0 comments on commit 1c79151

Please sign in to comment.