diff --git a/.travis.yml b/.travis.yml index a19920a..a22a884 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: python python: - - 2.6 - 2.7 - 3.3 - 3.4 + - 3.5 install: - - pip install --use-mirrors flake8 + - pip install flake8 script: - flake8 lib setup.py - python setup.py test diff --git a/tox.ini b/tox.ini index 06b54c2..b52d3ab 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = flake8, py26, py27, py33, py34 +envlist = flake8, py27, py33, py34, py35 [testenv] commands = python setup.py test