Skip to content

Commit edf8c34

Browse files
committed
Test on 3.7-dev
1 parent ec8d8ab commit edf8c34

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
sudo: required
22
language: python
3-
python:
4-
- "2.7"
5-
- "3.5"
6-
- "3.6"
3+
4+
matrix:
5+
include:
6+
- python: "2.7"
7+
- python: "3.5"
8+
- python: "3.6"
9+
- python: "3.7-dev"
10+
allow_failures:
11+
- python: "3.7-dev"
712

813
env:
914
- RUST_VERSION=nightly

0 commit comments

Comments
 (0)