mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-08 08:18:50 +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 |