mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
19 lines
204 B
YAML
19 lines
204 B
YAML
dist: xenial
|
|
|
|
language: python
|
|
python:
|
|
- 3.5
|
|
|
|
addons:
|
|
apt-packages:
|
|
-sqlite3
|
|
|
|
before_install:
|
|
- make setup
|
|
|
|
script:
|
|
- make coverage
|
|
- make style
|
|
|
|
after_success:
|
|
- coveralls |