Skip to content

Commit

Permalink
Drop Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Jul 2, 2019
1 parent 71096e8 commit ff2887f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
dist: xenial
language: python
python:
- 3.4
- 3.5
- 3.6
- 3.7-dev
- 3.7
- 3.8-dev
install:
- pip install pip -U
- pip install coveralls coverage wheel
Expand All @@ -17,7 +18,7 @@ after_success:
- coveralls
matrix:
allow_failures:
- python: 3.4
- python: 3.8-dev
deploy:
provider: pypi
distributions: sdist bdist_wheel
Expand Down

0 comments on commit ff2887f

Please sign in to comment.