##// END OF EJS Templates
[travis] Run tests against Python 3.7 and a non-outdated nightly
Michael Käufl -
Show More
@@ -1,8 +1,6 b''
1 # http://travis-ci.org/#!/ipython/ipython
1 # http://travis-ci.org/#!/ipython/ipython
2 language: python
2 language: python
3 python:
3 python:
4 - "nightly"
5 - "3.7-dev"
6 - 3.6
4 - 3.6
7 - 3.5
5 - 3.5
8 sudo: false
6 sudo: false
@@ -35,6 +33,9 b' after_success:'
35 - codecov
33 - codecov
36
34
37 matrix:
35 matrix:
36 include:
37 - { python: "3.7", dist: xenial, sudo: true }
38 - { python: "nightly", dist: xenial, sudo: true }
38 allow_failures:
39 allow_failures:
39 - python: nightly
40 - python: nightly
40
41
General Comments 0
You need to be logged in to leave comments. Login now