2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-11 09:48:50 +00:00
InvenTree/.travis.yml
2019-04-14 00:37:29 +10:00

12 lines
133 B
YAML

language: python
python:
- 3.5
before_install:
- make setup
- make setup_ci
script:
# - make style
- make test