Commit 7b1618f1 authored by Stefan Behnel's avatar Stefan Behnel

include recent Python versions in travis build

parent 5eb9e2be
......@@ -8,13 +8,14 @@ cache:
python:
- 2.7
- 3.5
- 3.6
- 3.2
- 3.3
- 3.4
- 3.5
- 2.6
- 3.5-dev
- 3.6-dev
- 3.7-dev
- pypy
- pypy3
......@@ -48,8 +49,8 @@ matrix:
allow_failures:
- python: pypy
- python: pypy3
- python: 3.5-dev
- python: 3.6-dev
- python: 3.7-dev
exclude:
- python: pypy
env: BACKEND=cpp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment