Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a67c880

Browse files
committed
Merge pull request matplotlib#4834 from jenshnielsen/travispython35b4
Test on Python 3.5 beta4
2 parents a9f242b + 87f53f3 commit a67c880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ matrix:
4343
env: TEST_ARGS=--pep8
4444
- python: 2.7
4545
env: BUILD_DOCS=true MOCK=mock
46-
- python: "3.5.0b3"
46+
- python: "3.5.0b4"
4747
env: PRE=--pre
4848
allow_failures:
49-
- python : "3.5.0b3"
49+
- python : "3.5.0b4"
5050

5151
before_install:
5252
- source tools/travis_tools.sh

0 commit comments

Comments
 (0)