Skip to content

Commit 53b288a

Browse files
committed
build matrix fixed
1 parent 357ba3a commit 53b288a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313

1414
script:
1515
- tests/test.sh
16-
- coverage run tests/core_tests.opy
16+
- coverage run tests/core_tests.py
1717
- coverage report
1818

1919
after_success:
@@ -23,14 +23,8 @@ matrix:
2323
include:
2424
env:
2525
- "NUMPY_VERSION=1.12"
26-
- "NUMPY_VERSION=1.13"
27-
env:
28-
- "SKLEARN_VERSION=0.18"
2926
- "SKLEARN_VERSION=0.19"
30-
env:
3127
- "SCIPY_VERSION=0.18"
32-
- "SCIPY_VERSION=0.19"
33-
- "SCIPY_VERSION=1.0"
3428

3529
branches:
3630
only:

0 commit comments

Comments
 (0)