Skip to content

Commit

Permalink
do not test against 3.4 and 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danbradham committed Jun 1, 2020
1 parent d58e0dd commit 7e0158b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
- "3.8"

install:
- "python -m pip install -U pip"
Expand Down

0 comments on commit 7e0158b

Please sign in to comment.