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

Skip to content

Commit 1b3b8d0

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. Delete examples/misc/rec_join_demo.py which is not working on numpy 1.7.1 -- not fixing it, as rec_join is arguably better provided by pandas-style librairies anyways.
1 parent 269dabc commit 1b3b8d0

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
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

examples/misc/rec_join_demo.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)