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 556615e commit 8189794
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
language: python
sudo: true


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
sudo: false
#services:
# - postgresql
# addons:
# apt:
# packages:
# - samtools
env:
- TRAVIS_PYTHON_VERSION=2.7
- TRAVIS_PYTHON_VERSION=3.6
os:
- linux
- osx

jobs:
include:
Expand Down

0 comments on commit 8189794

Please sign in to comment.