Skip to content

Commit

Permalink
Trying to fix Travis CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jun 20, 2016
1 parent 1ac80b5 commit 90fbaf9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Expand Up @@ -3,9 +3,18 @@ language: python
matrix:
include:
- os: linux
python: "2.7"
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- os: osx
python: "2.7"
python:
- "2.7"
- "3.5"
- "pypy"
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install pypy ; fi
Expand Down

0 comments on commit 90fbaf9

Please sign in to comment.