Permalink
Cannot retrieve contributors at this time
19 lines (13 sloc)
242 Bytes
|
sudo: false |
|
|
|
language: python |
|
|
|
python: 3.6 |
|
|
|
install: |
|
- pip install -r requirements.txt |
|
- pip install -r requirements_dev.txt |
|
|
|
script: |
|
- flake8 |
|
- coverage run ./manage.py test |
|
|
|
after_success: |
|
- codecov |
|
|
|
notifications: |
|
email: false |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.