Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #34 from vbscott/master
Browse files Browse the repository at this point in the history
Deprecate TravisCI build for Python 3.3, as Python 3.3 is end of life (See: https://www.python.org/dev/peps/pep-0398/#lifespan)
  • Loading branch information
boyangz authored Jul 17, 2019
2 parents 378c76b + 0c0b9a8 commit 6c1c5f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7-dev
- 3.7
install:
- pip install -r requirements-dev.txt
script:
Expand Down

0 comments on commit 6c1c5f5

Please sign in to comment.