Skip to content

Commit

Permalink
Test on 3.7-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Jun 1, 2018
1 parent ec8d8ab commit edf8c34
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
sudo: required
language: python
python:
- "2.7"
- "3.5"
- "3.6"

matrix:
include:
- python: "2.7"
- python: "3.5"
- python: "3.6"
- python: "3.7-dev"
allow_failures:
- python: "3.7-dev"

env:
- RUST_VERSION=nightly
Expand Down

0 comments on commit edf8c34

Please sign in to comment.