Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b4e122 + c7d4afc commit 77c2f34Copy full SHA for 77c2f34
1 file changed
.travis.yml
@@ -35,17 +35,17 @@ language: python
35
matrix:
36
include:
37
- python: 2.6
38
- env: NUMPY=numpy==1.6 MOCK=mock==1.0.1
+ env: NUMPY=numpy==1.6 MOCK=mock
39
- python: 2.7
40
env: MOCK=mock PANDAS=pandas
41
- python: 3.3
42
- python: 3.4
43
+ - python: 3.5
44
+ env: PRE=--pre
45
46
env: TEST_ARGS=--pep8
47
48
env: BUILD_DOCS=true MOCK=mock
- - python: "3.5.0rc4"
- env: PRE=--pre
49
- python: "nightly"
50
env: PRE=--pre
51
allow_failures:
0 commit comments