Add Python 3.5 and 3.6

pull/101/head
Hugo 7 years ago
parent f74adc6893
commit 4172699812

@ -1,11 +1,13 @@
language: python language: python
python: python:
- "3.4" - "3.6"
env: env:
- TOX_ENV=py27 - TOX_ENV=py27
- TOX_ENV=py34 - TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=py36
install: install:
- travis_retry pip install -U pip wheel tox - travis_retry pip install -U pip wheel tox

@ -41,6 +41,8 @@ setup(
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
], ],
) )

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py27, py34 envlist = py27, py34, py35, py36
[testenv] [testenv]
deps=pytest deps=pytest

Loading…
Cancel
Save