Commit 8cfc1cd1 authored by rusty1s's avatar rusty1s
Browse files

added dependencies

parent 81ec54ca
......@@ -12,6 +12,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pip install --quiet http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp36-cp36m-linux_x86_64.whl; fi
- pip install pycodestyle
- pip install flake8
- pip install cffi
script:
- pycodestyle .
- flake8 .
......
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