Use python "3.5" on travis

This commit is contained in:
Bruno Oliveira 2015-09-14 10:36:20 -03:00
parent c7888d1d97
commit 1d1eac4c6b
1 changed files with 1 additions and 1 deletions

View File

@ -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