Merge pull request #998 from nicoddemus/py35
Use python "3.5" on travis
This commit is contained in:
commit
2eb3bdf132
|
@ -1,7 +1,7 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- '3.5.0b3'
|
||||
- '3.5'
|
||||
# command to install dependencies
|
||||
install: "pip install -U tox"
|
||||
# # command to run tests
|
||||
|
|
Loading…
Reference in New Issue