summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 81cef9876c1e260a90cb73e149c9fb9eb456a1d0 (plain)
1
2
3
4
5
6
7
8
language: python
python:
  - "2.7"
install: "pip install -r requirements.txt"

script:
  - python manage.py collectstatic --noinput
  - python manage.py test