2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00
Files
InvenTree/.travis.yml
Oliver Walters 2108ee2eb7 Update makefile
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