Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed May 24, 2016
1 parent 06c48e6 commit 5686ae8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,26 @@ matrix:
- os: osx
osx_image: xcode7.1
language: generic
before_install:
- brew update
- brew install python
- os: osx
osx_image: xcode7.3
language: generic
env: BREW_PYTHON="python3"
script: "make test"
- os: linux
python: 2.7
language: python
- os: linux
python: 3.4
sudo: required
language: python
- os: linux
python: 3.5
language: python
sudo: required
- os: linux
python: pypy
language: python
- os: linux
python: pypy3
language: python

0 comments on commit 5686ae8

Please sign in to comment.