mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-01-11 02:30:05 +00:00
10 lines
112 B
YAML
10 lines
112 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.5"
|
|
- "pypy-5.3.1"
|
|
install:
|
|
- pip install .
|
|
script: ./runtests.sh
|
|
|