InvenTree/.travis.yml
Oliver Walters 0480925186 Simplify makefile again
- Remove setup target
- Fix travis
2019-09-01 22:54:48 +10:00

22 lines
282 B
YAML

dist: xenial
language: python
python:
- 3.6
- 3.7
addons:
apt-packages:
-sqlite3
before_install:
- make install
- make migrate
script:
- git ls-files --exclude-standard --others
- make coverage
- make style
after_success:
- coveralls