mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-06 06:00:24 -06:00
12 lines
133 B
YAML
12 lines
133 B
YAML
language: python
|
|
python:
|
|
- 3.4
|
|
|
|
before_install:
|
|
- make setup
|
|
- make setup_ci
|
|
|
|
script:
|
|
# - make style
|
|
- make test
|