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

Skip to content

Commit 77c2f34

Browse files
committed
Merge pull request #5110 from jenshnielsen/python35
TST: Update Python to 3.5 final
2 parents 1b4e122 + c7d4afc commit 77c2f34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ language: python
3535
matrix:
3636
include:
3737
- python: 2.6
38-
env: NUMPY=numpy==1.6 MOCK=mock==1.0.1
38+
env: NUMPY=numpy==1.6 MOCK=mock
3939
- python: 2.7
4040
env: MOCK=mock PANDAS=pandas
4141
- python: 3.3
4242
- python: 3.4
43+
- python: 3.5
44+
env: PRE=--pre
4345
- python: 2.7
4446
env: TEST_ARGS=--pep8
4547
- python: 2.7
4648
env: BUILD_DOCS=true MOCK=mock
47-
- python: "3.5.0rc4"
48-
env: PRE=--pre
4949
- python: "nightly"
5050
env: PRE=--pre
5151
allow_failures:

0 commit comments

Comments
 (0)