Travis-CI: enable more python versions
parent
5e381c689d
commit
7875789331
|
@ -4,6 +4,8 @@ cache: pip
|
||||||
python:
|
python:
|
||||||
- 3.2
|
- 3.2
|
||||||
- 3.3
|
- 3.3
|
||||||
|
- 3.4
|
||||||
|
- 3.5
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt --use-mirrors
|
- pip install -r requirements.txt --use-mirrors
|
||||||
script: nosetests
|
script: nosetests
|
||||||
|
|
Loading…
Reference in New Issue