Skip to content

Commit 8adbf16

Browse files
committed
Optionally test experimental Python versions
1 parent 7eba9ed commit 8adbf16

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ python:
66
- "3.5"
77
- "3.6"
88

9+
matrix:
10+
allow_failures:
11+
- python: "pypy3"
12+
- python: "3.7-dev"
13+
914
install:
1015
- python -m pip install numpy ipython
1116
- python -m pip install .

0 commit comments

Comments
 (0)