Files
PyCNC/.travis.yml
Nikolay Khabarov 1a7670357c update tests
2017-05-14 03:10:34 +03:00

10 lines
112 B
YAML

language: python
python:
- "2.7"
- "3.5"
- "pypy-5.3.1"
install:
- pip install .
script: ./runtests.sh