Skip to content

Commit

Permalink
It's no longer 3.7-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Oct 20, 2019
1 parent 4c45224 commit 3b7cb4e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
matrix:
include:
- { python: "2.7" }
- { python: "3.4" }
- { python: "3.5" }
- { python: "3.6" }
- { python: "3.7", dist: xenial } # Python 3.7+ requires Xenial
- { python: "3.8-dev", dist: xenial } # Python 3.8+ requires Xenial

install:
- "pip install coverage"
Expand Down

0 comments on commit 3b7cb4e

Please sign in to comment.