Skip to content

Commit fdbbfc2

Browse files
committed
.travis.yml modified
1 parent e08fe0e commit fdbbfc2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ after_success:
2121

2222
matrix:
2323
include:
24-
env:
25-
- "NUMPY_VERSION=1.10"
26-
- "SKLEARN_VERSION=0.18"
27-
- "SCIPY_VERSION=0.18"
24+
install:
25+
- pip install numpy==1.10 scikit-learn==0.18 scipy==0.18
26+
- pip install codecov
27+
- pip install coverage
28+
- pip install .
2829

2930
branches:
3031
only:

0 commit comments

Comments
 (0)