We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357ba3a commit 53b288aCopy full SHA for 53b288a
1 file changed
.travis.yml
@@ -13,7 +13,7 @@ install:
13
14
script:
15
- tests/test.sh
16
- - coverage run tests/core_tests.opy
+ - coverage run tests/core_tests.py
17
- coverage report
18
19
after_success:
@@ -23,14 +23,8 @@ matrix:
23
include:
24
env:
25
- "NUMPY_VERSION=1.12"
26
- - "NUMPY_VERSION=1.13"
27
- env:
28
- - "SKLEARN_VERSION=0.18"
29
- "SKLEARN_VERSION=0.19"
30
31
- "SCIPY_VERSION=0.18"
32
- - "SCIPY_VERSION=0.19"
33
- - "SCIPY_VERSION=1.0"
34
35
branches:
36
only:
0 commit comments