mirror of
https://github.com/RPCSX/mbuild.git
synced 2026-01-31 01:05:17 +01:00
15 lines
167 B
YAML
15 lines
167 B
YAML
language: python
|
|
|
|
python:
|
|
- 2.7
|
|
- 3.5
|
|
- 3.6
|
|
|
|
install:
|
|
- pip install .
|
|
|
|
script:
|
|
- python tests/1.py
|
|
- python tests/2.py
|
|
- python tests/3.py
|