mirror of https://github.com/kivy/pyjnius.git
upgrade from py3.4 to py3.5 for travis builds
This commit is contained in:
parent
9e16d75cb0
commit
948fb13bd7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue