Skip to content

Commit

Permalink
Add tests to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hamilton committed Jul 29, 2018
1 parent 412f28e commit 18c44cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -8,5 +8,7 @@ install:
- pip install -qr requirements.txt
- pip install -qr requirements.dev
script:
- make pylint pycodestyle
- ./bin/tpl-db makemigrations
- ./bin/tpl-db migrate
- make check
- make deb.build

0 comments on commit 18c44cb

Please sign in to comment.