2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-06 23:38:48 +00:00
InvenTree/.travis.yml
2018-04-29 22:08:35 +10:00

12 lines
133 B
YAML

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