mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-16 20:38:15 +01:00
17 lines
290 B
YAML
17 lines
290 B
YAML
---
|
|
|
|
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
before_install:
|
|
- sudo add-apt-repository -y ppa:chrysn/openscad
|
|
- sudo apt-get update -qq
|
|
install:
|
|
- sudo apt-get install -qq inkscape openscad
|
|
script:
|
|
- python make_machine.py dibond
|
|
- python make_machine.py sturdy
|