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

Skip to content

Commit 168f3f2

Browse files
committed
Merge pull request #4801 from jenshnielsen/travis_python_35_beta
TST: Travis switch from nightly to 3.5 beta
2 parents 111b842 + 1ae8a93 commit 168f3f2

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: "nightly"
46+
- python: "3.5.0b3"
4747
env: PRE=--pre
4848
allow_failures:
49-
- python : "nightly"
49+
- python : "3.5.0b3"
5050

5151
before_install:
5252
- source tools/travis_tools.sh

0 commit comments

Comments
 (0)