InvenTree/.travis.yml

11 lines
111 B
YAML

language: python
python:
- 3.4
before_install:
- make setup
script:
- make style
- make test