update travis python versions
This commit is contained in:
@@ -2,10 +2,9 @@ language: python
|
|||||||
sudo: false
|
sudo: false
|
||||||
cache: pip
|
cache: pip
|
||||||
python:
|
python:
|
||||||
- 3.2
|
|
||||||
- 3.3
|
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
|
- 3.6
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
script: nosetests
|
script: nosetests
|
||||||
|
|||||||
Reference in New Issue
Block a user