Skip to content

Commit

Permalink
Another try with matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimwolff committed Nov 2, 2017
1 parent b686d02 commit 556615e
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
language: python
sudo: true
#services:
# - postgresql
# addons:
# apt:
# packages:
# - samtools
env:
- TRAVIS_PYTHON_VERSION=2.7
- TRAVIS_PYTHON_VERSION=3.6
os:
- linux
- osx


matrix:
include:
- os: linux
sudo: required
python: 2.7
env: TOXENV=py27
- os: linux
sudo: required
python: 3.6
env: TOXENV=py36
- os: osx
language: generic
env: TOXENV=py27
- os: osx
language: generic
env: TOXENV=py36

jobs:
include:
Expand Down

0 comments on commit 556615e

Please sign in to comment.