mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
18 lines
189 B
YAML
18 lines
189 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
|