Travis-CI: enable more python versions

master
mutantmonkey 2016-03-06 13:52:48 -08:00
parent 5e381c689d
commit 7875789331
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ cache: pip
python:
- 3.2
- 3.3
- 3.4
- 3.5
install:
- pip install -r requirements.txt --use-mirrors
script: nosetests