mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-05 06:48:48 +00:00
- Separate make for coverage of testing - the 'test' option needs some work (have to pass all app names for some reason)
20 lines
224 B
YAML
20 lines
224 B
YAML
dist: xenial
|
|
|
|
language: python
|
|
python:
|
|
- 3.5
|
|
|
|
addons:
|
|
apt-packages:
|
|
-sqlite3
|
|
|
|
before_install:
|
|
- make setup
|
|
- make setup_ci
|
|
|
|
script:
|
|
- make coverage
|
|
- make style
|
|
|
|
after_success:
|
|
- coveralls |