Skip to content

Commit

Permalink
travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Dec 13, 2018
1 parent 58220b9 commit 3753753
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ matrix:
- TOXENV=py36
- COVERALLS_PARALLEL=true

- os: linux
python: 2.7
env:
- TOXENV=py27
- COVERALLS_PARALLEL=true

- os: linux
python: 3.6
env:
- TOXENV=py36
- COVERALLS_PARALLEL=true

- os: linux
python: 3.7
dist: xenial
sudo: true
env:
- TOXENV=py37
- COVERALLS_PARALLEL=true
# - os: linux
# python: 2.7
# env:
# - TOXENV=py27
# - COVERALLS_PARALLEL=true
#
# - os: linux
# python: 3.6
# env:
# - TOXENV=py36
# - COVERALLS_PARALLEL=true
#
# - os: linux
# python: 3.7
# dist: xenial
# sudo: true
# env:
# - TOXENV=py37
# - COVERALLS_PARALLEL=true

install:
- pip install -r requirements.txt
Expand Down

0 comments on commit 3753753

Please sign in to comment.