Skip to content

Commit

Permalink
Define explicit default python on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed May 5, 2019
1 parent e784416 commit a2ad157
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@ language: python

matrix:
include:
- env: TOXENV=py27-default
- env: TOXENV=py27-simplejson
- python: "2.7"
env: TOXENV=py27-default
- python: "2.7"
env: TOXENV=py27-simplejson
- python: "3.5"
env: TOXENV=py35-default
- python: "3.6"
env: TOXENV=py36-default
- env: TOXENV=pre-commit
- env: TOXENV=cover
- env: TOXENV=docs
- python: "3.6"
env: TOXENV=pre-commit
- python: "3.6"
env: TOXENV=cover
- python: "3.6"
env: TOXENV=docs
install: pip install tox coveralls
script: tox
after_success: if [ "$TOXENV" == "cover" ]; then coveralls; fi
Expand Down

0 comments on commit a2ad157

Please sign in to comment.