Travis-CI: enable more python versions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user