Skip to content
Snippets Groups Projects
Commit d6c5241c authored by Saulo's avatar Saulo
Browse files

travis system requirements

parent ce371c66
Branches
No related tags found
No related merge requests found
language: python language: python
python: python:
- "2.7" - "2.7"
# command to install dependencies # command to install system dependencies
before_script:
- sudo bash install.ubuntu.sh
# command to install python dependencies
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- mkdir data - mkdir data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment