InvenTree/.travis.yml
Oliver Walters b45b63545e Improved makefile
- Separate make for coverage of testing
- the 'test' option needs some work (have to pass all app names for some reason)
2019-04-25 03:12:41 +10:00

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