Skip to content

Commit

Permalink
Unbreak Travis: remove dropped Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrance committed Oct 7, 2019
1 parent f976b6a commit c472543
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3.2 ]]; then pip install 'requests<2.11.0'; fi
- pip install -r requirements.txt
- pip install responses
script: python -m unittest test.client

0 comments on commit c472543

Please sign in to comment.