Skip to content

Commit a609de2

Browse files
committed
TST: bump python 3.5 version to rc2
- bump 3.5 to rc2 (from b4) - make 3.5 a hard fail
1 parent 349ff97 commit a609de2

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)