Use python "3.5" on travis
This commit is contained in:
parent
c7888d1d97
commit
1d1eac4c6b
|
@ -1,7 +1,7 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- '3.5.0b3'
|
- '3.5'
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "pip install -U tox"
|
install: "pip install -U tox"
|
||||||
# # command to run tests
|
# # command to run tests
|
||||||
|
|
Loading…
Reference in New Issue