update travis python versions
parent
999297b316
commit
42325d85e8
|
@ -2,10 +2,9 @@ language: python
|
|||
sudo: false
|
||||
cache: pip
|
||||
python:
|
||||
- 3.2
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script: nosetests
|
||||
|
|
Loading…
Reference in New Issue