InvenTree/.travis.yml
2019-05-02 00:46:59 +10:00

21 lines
285 B
YAML

dist: xenial
language: python
python:
- 3.5
addons:
apt-packages:
-sqlite3
before_install:
- make install
- make migrate
script:
- test -z "$(git ls-files --exclude-standard --others)"
- make coverage
- make style
after_success:
- coveralls