Skip to content

Commit

Permalink
Update tested Python versions on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha authored Nov 2, 2018
1 parent 979c1ee commit c39b650
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7"
- "3.7-dev"
- "3.8-dev"

addons:
apt:
Expand All @@ -16,8 +14,8 @@ addons:
matrix:
allow_failures:
python:
- "3.6-dev"
- "3.7-dev"
- "3.8-dev"

install:
- pip install --upgrade pip
Expand Down

0 comments on commit c39b650

Please sign in to comment.