Skip to content

Commit

Permalink
Use matrix to avoid setting xenial and sudo globally
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Sep 11, 2018
1 parent 9eff032 commit 16b7f59
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: python
dist: "xenial"
sudo: true
python:
- 2.7
- 3.6
- 3.7

matrix:
include:
- python: 2.7
- python: 3.6
- python: 3.7
dist: xenial
sudo: true

install:
- pip install -r requirements.txt
Expand All @@ -13,6 +15,7 @@ script:
- py.test --pep8 sevenbridges --cov sevenbridges
- flake8 sevenbridges


deploy:
provider: pypi
user: sbg
Expand Down

0 comments on commit 16b7f59

Please sign in to comment.