DeOldify / .travis.yml
thookham's picture
Initial commit for Hugging Face sync (Clean History)
e9f9fd3
raw
history blame contribute delete
181 Bytes
sudo: false
language: python
install: pip install tox
matrix:
include:
- python: "3.6"
env: TOX_ENV=static
- python: "3.6"
env: TOX_ENV=format
script: tox -e $TOX_ENV