InvenTree/.travis.yml
2019-07-08 19:24:46 +10:00

22 lines
282 B
YAML

dist: xenial
language: python
python:
- 3.6
- 3.7
addons:
apt-packages:
-sqlite3
before_install:
- make install
- make migrate
script:
- git ls-files --exclude-standard --others
- make coverage
- make style
after_success:
- coveralls