Skip to content

Commit 8a80b94

Browse files
committed
Update .travis.yml
1 parent 02650ba commit 8a80b94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ language: python
1818
python:
1919
- "3.8"
2020

21-
cache:
22-
directories:
23-
- ./resources/data
24-
2521
install:
2622
- pip install -r requirements.txt
2723
- pip install ray[default]
2824
- pip install .
2925

26+
cache:
27+
directories:
28+
- ./resources/data
29+
3030
script:
3131
- pytest

0 commit comments

Comments
 (0)