InvenTree/.travis.yml
Oliver Walters f14ae18080 - moved database
- added django db test
2017-03-28 23:59:57 +11:00

13 lines
240 B
YAML

language: python
python:
- 3.3
before_install:
- pip install pep8
- pip install django
before_script:
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
script:
- python manage.py syncdb --noinput