Skip to content

Commit

Permalink
Update supported Python versions for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrance committed Aug 20, 2020
1 parent 7cd8524 commit 8fd4d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt
- pip install responses
Expand Down

0 comments on commit 8fd4d2b

Please sign in to comment.