2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-17 04:23:07 +00:00
InvenTree/.travis.yml
Oliver Walters 73749911f8 Fixed typo
2019-09-10 14:37:03 +10:00

23 lines
402 B
YAML

dist: xenial
language: python
python:
- 3.6
- 3.7
addons:
apt-packages:
-sqlite3
before_install:
- make install
- make migrate
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput
script:
- git ls-files --exclude-standard --others
- make coverage
- make style
after_success:
- coveralls