Also test on python 3.5 and 3.6.

Also allow failures on travis.ci with pypy3.
pull/206/head
Christian Geier 2016-11-29 00:15:47 +01:00
rodzic b8e242af4d
commit 8160afdbef
3 zmienionych plików z 9 dodań i 2 usunięć

Wyświetl plik

@ -4,8 +4,13 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
matrix:
allow_failures:
- python: "pypy3"
install:
- pip install tox
script:

Wyświetl plik

@ -14,7 +14,9 @@ New features:
Bug fixes:
- *add item here*
- also run tests with python 3.5 and 3.6 [geier]
- allow tests failing with pypy3 on travis.ci [geier]
3.11 (2016-11-18)

Wyświetl plik

@ -1,6 +1,6 @@
# to run for a specific environment, use ``tox -e ENVNAME``
[tox]
envlist = py26,py27,py33,py34
envlist = py26,py27,py33,py34,py35,py36
[testenv]
deps =