Skip to content

Commit dabbf1e

Browse files
committed
add data downloading to travis
1 parent 55edfe4 commit dabbf1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
sudo: required
12
language: python
23
python:
34
- "3.6"
45
cache: pip
56
install:
7+
- sudo bash deepobs/scripts/deepobs_prepare_data.sh
68
- pip install argparse
79
- pip install numpy
810
- pip install pandas

0 commit comments

Comments
 (0)