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: python:
- 2.7 - 2.7
- 3.4 - 3.5
before_install: before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install python-pip openjdk-7-jdk - sudo apt-get install python-pip openjdk-7-jdk
install: install:
- pip install --upgrade cython - pip install --upgrade cython future
- pip install --upgrade future
script: script:
- make - make