InvenTree/.travis.yml
2019-04-25 21:04:33 +10:00

19 lines
204 B
YAML

dist: xenial
language: python
python:
- 3.5
addons:
apt-packages:
-sqlite3
before_install:
- make setup
script:
- make coverage
- make style
after_success:
- coveralls