We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55edfe4 commit dabbf1eCopy full SHA for dabbf1e
.travis.yml
@@ -1,8 +1,10 @@
1
+sudo: required
2
language: python
3
python:
4
- "3.6"
5
cache: pip
6
install:
7
+ - sudo bash deepobs/scripts/deepobs_prepare_data.sh
8
- pip install argparse
9
- pip install numpy
10
- pip install pandas
0 commit comments