mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +03:00
Add new configs to .travis.yml
- Add directive to install requirements - Add 'make test' to list of test commands
This commit is contained in:
parent
c75a455bab
commit
93c330f063
|
@ -3,8 +3,12 @@ language: python
|
|||
before_install:
|
||||
- time pip install pep8
|
||||
|
||||
install:
|
||||
- pip install -r dev-requirements.txt
|
||||
|
||||
script:
|
||||
- pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' .
|
||||
- make test
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in New Issue
Block a user