2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-16 12:03:08 +00:00
InvenTree/.travis.yml

11 lines
111 B
YAML

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