Commit 59bde54e by Vik Paruchuri

Fix potential travis issue

parent 0e9ed3dd
......@@ -4,7 +4,8 @@ python:
virtualenv:
system_site_packages: true
before_install:
- sudo xargs -a apt-packages.txt apt-get install
- sudo apt-get update
- sudo xargs -a apt-packages.txt apt-get install --fix-missing
install:
- pip install -r base_requirements.txt
- sudo apt-get install python-matplotlib python-numpy python-scipy python-sklearn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment