1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-12 00:29:29 +00:00

Add Python 3.5 to tox.ini and travis.yml

This commit is contained in:
Mike Naberezny 2016-01-30 10:31:32 -08:00
parent 0ba44d35f0
commit 32871f75e8
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ env:
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
install:
- travis_retry pip install tox==1.6.1
script:

View File

@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py32,py33,py34,pypy
py26,py27,py32,py33,py34,py35,pypy
[testenv]
commands =