Skip to content

Commit b1fb778

Browse files
committed
Only build once with 2.7 on Travis.
Saving some more time on CI, and checking that the docs build with old numpys as well.
1 parent 269dabc commit b1fb778

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
@@ -52,9 +52,7 @@ env:
5252
matrix:
5353
include:
5454
- python: 2.7
55-
env: MOCK=mock NUMPY=numpy==1.7.1 PANDAS=pandas
56-
- python: 2.7
57-
env: BUILD_DOCS=true
55+
env: MOCK=mock NUMPY=numpy==1.7.1 PANDAS=pandas BUILD_DOCS=true
5856
- python: 3.4
5957
env: PYTHON_ARGS=-OO
6058
- python: 3.5

0 commit comments

Comments
 (0)