Re-create travis.yml
This commit is contained in:
parent
e5956e80a3
commit
35fda40daf
1 changed files with 1 additions and 3 deletions
|
@ -32,9 +32,7 @@ matrix:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install -r dev-requirements.txt
|
- pip install -r dev-requirements.txt
|
||||||
script:
|
script:
|
||||||
- pycodestyle wait-for-es
|
- pycodestyle wait-for-es generate-thumb szurubooru/
|
||||||
- pycodestyle generate-thumb
|
|
||||||
- pycodestyle szurubooru/
|
|
||||||
- ./wait-for-es
|
- ./wait-for-es
|
||||||
- alembic upgrade head
|
- alembic upgrade head
|
||||||
- py.test
|
- py.test
|
||||||
|
|
Reference in a new issue