Browse Source

Add travis config

pull/69/head
Hironsan 5 years ago
parent
commit
85cc1a9ebf
1 changed files with 9 additions and 0 deletions
  1. 9
      .travis.yml

9
.travis.yml

@ -0,0 +1,9 @@
language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
script:
- python app/manage.py migrate
- python app/manage.py collectstatic
- python app/manage.py test server.tests
Loading…
Cancel
Save