InvenTree/.travis.yml
2019-04-28 08:42:17 +10:00

20 lines
225 B
YAML

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