9 lines
130 B
YAML
9 lines
130 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
- "3.6"
|
||
|
install:
|
||
|
- pip install numpy svgwrite
|
||
|
script:
|
||
|
- python -m unittest discover test
|