Skip to content

Commit

Permalink
.travis.yml: Replace 3.3 with 3.7 & 3.8
Browse files Browse the repository at this point in the history
Travis no longer provides 3.3
  • Loading branch information
jayvdb committed Dec 12, 2019
1 parent ecabc1d commit 772412a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python

python:
- "3.8"
- "3.7"
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"

install:
Expand Down

0 comments on commit 772412a

Please sign in to comment.