Skip to content

Commit

Permalink
Use stable 3.8 instead of development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Feb 11, 2020
1 parent 975c017 commit 9892e80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -7,7 +7,7 @@ python:
- 3.5
- 3.6
- 3.7
- 3.8-dev
- 3.8
install:
- pip install pip -U
- pip install coverage pytest coveralls
Expand All @@ -16,9 +16,6 @@ script:
- coverage run --source intervals -m pytest
after_success:
- coveralls
matrix:
allow_failures:
- python: 3.8-dev
deploy:
provider: pypi
distributions: sdist bdist_wheel
Expand Down

0 comments on commit 9892e80

Please sign in to comment.