"src/diffusers/utils/model_card_template.md" did not exist on "17612de451244c4c169b1498f1333401dfd3106f"
Commit 8cfc1cd1 authored by rusty1s's avatar rusty1s
Browse files

added dependencies

parent 81ec54ca
...@@ -12,6 +12,7 @@ install: ...@@ -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 - 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 pycodestyle
- pip install flake8 - pip install flake8
- pip install cffi
script: script:
- pycodestyle . - pycodestyle .
- flake8 . - 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