upgrade from py3.4 to py3.5 for travis builds

This commit is contained in:
dessant 2015-11-03 21:42:06 +02:00
parent 9e16d75cb0
commit 948fb13bd7
1 changed files with 2 additions and 3 deletions

View File

@ -2,15 +2,14 @@ language: python
python:
- 2.7
- 3.4
- 3.5
before_install:
- sudo apt-get update
- sudo apt-get install python-pip openjdk-7-jdk
install:
- pip install --upgrade cython
- pip install --upgrade future
- pip install --upgrade cython future
script:
- make