InvenTree/.travis.yml
2019-05-02 01:02:29 +10:00

21 lines
272 B
YAML

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