Add new configs to .travis.yml

- Add directive to install requirements
- Add 'make test' to list of test commands
This commit is contained in:
Kevin Ndung'u 2015-03-27 17:04:11 +03:00
parent c75a455bab
commit 93c330f063

View File

@ -3,8 +3,12 @@ language: python
before_install: before_install:
- time pip install pep8 - time pip install pep8
install:
- pip install -r dev-requirements.txt
script: script:
- pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' . - pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' .
- make test
notifications: notifications:
email: email: