Skip to content

Commit 5760245

Browse files
committed
Reduce job execution time
1 parent 3f2df80 commit 5760245

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ jobs:
99

1010
install:
1111
- echo "Install"
12-
- pip3 install -U scikit-learn
13-
14-
#- sudo bash setup.sh
12+
- pip install -U scikit-learn
13+
- export PYTHONPATH="${PYTHONPATH}:./src/jarvis"
1514

1615
script:
17-
- sudo bash run_tests.sh
16+
- python -m unittest discover -s ./src -p "*tests.py"
1817

1918
#notifications:
2019
# email: false

0 commit comments

Comments
 (0)