Skip to content

Commit

Permalink
Travis with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Feb 12, 2020
1 parent c1618ff commit 67beefd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- 3.5
- 3.6
- 3.7
- 3.8-dev
- 3.8
install:
- pip install pip -U
- pip install coveralls coverage wheel
Expand All @@ -16,9 +16,6 @@ script:
- cd docs/examples/microwave/ && python -m unittest && cd ../../..
after_success:
- coveralls
matrix:
allow_failures:
- python: 3.8-dev
deploy:
provider: pypi
distributions: sdist bdist_wheel
Expand Down

0 comments on commit 67beefd

Please sign in to comment.