diff --git a/.travis.yml b/.travis.yml index bb58a313..d0bf2415 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: python -python: 2.7 +python: 3.5 sudo: false env: - TOXENV=py27 - TOXENV=pypy - TOXENV=py33 - TOXENV=py34 + - TOXENV=py35 install: - pip install -U tox twine wheel codecov diff --git a/tox.ini b/tox.ini index 8aa8f37f..5fb4f780 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, pypy, py33, py34 +envlist = py27, pypy, py33, py34, py35 [testenv] deps =