Skip to content

Commit

Permalink
Run tests on Travis also on Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Jul 5, 2018
1 parent 409ca84 commit c3c0d2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -9,14 +9,14 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"

matrix:
include:
- python: "3.7"
sudo: true # This may possibly be removed in the future
dist: xenial
allow_failures:
- python: "3.6-dev"
- python: "3.7-dev"
- python: "nightly"

install:
Expand Down

0 comments on commit c3c0d2a

Please sign in to comment.