Skip to content

Commit

Permalink
#7
Browse files Browse the repository at this point in the history
  • Loading branch information
j0kaso committed Aug 2, 2017
1 parent ab97aa8 commit fa0c2e4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,41 @@
# blocklist
branches:
except:
- gh-pages

matrix:
include:
- os: osx
language: generic
python: "2.7"
env: PYTHON_VERSION=2.7
- os: osx
language: generic
python: "3.4"
env: PYTHON_VERSION=3.4
- os: osx
language: generic
python: "3.5"
env: PYTHON_VERSION=3.5
- os: osx
language: generic
python: "3.6"
env: PYTHON_VERSION=3.6
- os: linux
language: python
python: "2.7"
env: PYTHON_VERSION=2.7
- os: linux
language: python
python: "3.4"
env: PYTHON_VERSION=3.4
- os: linux
language: python
python: "3.5"
env: PYTHON_VERSION=3.5
- os: linux
language: python
python: "3.6"
env: PYTHON_VERSION=3.6


Expand Down

0 comments on commit fa0c2e4

Please sign in to comment.