Skip to content

Commit 3f34e76

Browse files
committed
Merge pull request matplotlib#5009 from tacaswell/tst_bump_python35
TST: bump python 3.5 version to rc2
2 parents ca0427b + a609de2 commit 3f34e76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ matrix:
4343
env: TEST_ARGS=--pep8
4444
- python: 2.7
4545
env: BUILD_DOCS=true MOCK=mock
46-
- python: "3.5.0b4"
46+
- python: "3.5.0rc2"
4747
env: PRE=--pre
48-
allow_failures:
49-
- python : "3.5.0b4"
5048

5149
before_install:
5250
- source tools/travis_tools.sh

0 commit comments

Comments
 (0)