Skip to content

Commit

Permalink
FIX(travisci) 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Lenoch committed Feb 26, 2019
1 parent 431935a commit a55310c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: python
python:
- "3.6"
- "3.7-dev"
#- "3.7-dev"

install:
- pip install wheel codecov coverage tox-travis
Expand All @@ -23,7 +23,7 @@ jobs:
- stage: deploy
python: 3.6
install: true
script: skip
script: true
after_success: true
deploy:
provider: pypi
Expand All @@ -37,7 +37,7 @@ jobs:
- stage: release
python: 3.6
install: true
script: skip
script: true
after_success: true
deploy:
provider: pypi
Expand Down

0 comments on commit a55310c

Please sign in to comment.