2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-11 17:53:00 +00:00
InvenTree/.travis.yml
2019-04-24 15:32:50 +10:00

20 lines
220 B
YAML

dist: xenial
language: python
python:
- 3.5
addons:
apt-packages:
-sqlite3
before_install:
- make setup
- make setup_ci
script:
- make test
- make style
after-success:
- coveralls