Also run tests with python 3.5

pull/5585/head^2
Jaime Marquínez Ferrándiz 2015-09-25 22:34:02 +02:00
rodzic 4c917d0314
commit 08bea4adde
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -5,6 +5,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
sudo: false
script: nosetests test --verbose
notifications:

Wyświetl plik

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34
envlist = py26,py27,py33,py34,py35
[testenv]
deps =
nose