10000 test on nightly aka python 3.5 alpha. · matplotlib/matplotlib@cfd47fb · GitHub
[go: up one dir, main page]

Skip to content

Commit cfd47fb

Browse files
committed
test on nightly aka python 3.5 alpha.
Enable tests on python 3.5 nightly but don't allow it to fail the test suite. Inspired by IPython/IPython/#8388
1 parent 9d98ce1 commit cfd47fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ matrix:
4242
env: TEST_ARGS=--pep8
4343
- python: 2.7
4444
env: BUILD_DOCS=true
45+
- python: "nightly"
46+
allow_failures:
47+
- python : "nightly"
4548

4649
install:
4750
- pip install -q nose python-dateutil $NUMPY pep8 pyparsing pillow sphinx!=1.3.0

0 commit comments

Comments
 (0)
0