Skip to content

Commit

Permalink
upgrade from py3.4 to py3.5 for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Nov 3, 2015
1 parent 9e16d75 commit 948fb13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 948fb13

Please sign in to comment.