Skip to content

Commit

Permalink
Fixed travis-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightercz committed Feb 25, 2020
1 parent e39b247 commit 297761e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ matrix:
include:
- python: "2.7"
env: TOX_ENV=py27
- python: "3.6"
env: TOX_ENV=static
- python: "3.6"
env: TOX_ENV=pidiff
- python: "3.6"
- python: "3.7"
env: TOX_ENV=py37
- python: "3.7"
env: TOX_ENV=pycodestyle
#- python: "3.7"
# env: TOX_ENV=pidiff
- python: "3.7"
env: TOX_ENV=cov-travis DEPLOY=1
- python: "3.6"
- python: "3.7"
env: TOX_ENV=docs
script: tox -e $TOX_ENV
after_success:
Expand Down

0 comments on commit 297761e

Please sign in to comment.