mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-16 20:38:15 +01:00
add configuration for travis
This commit is contained in:
parent
d342a69be2
commit
5027d7b4bf
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
install:
|
||||
- sudo apt-get install -qq inkscape
|
||||
script:
|
||||
- python make_machine.py dibond
|
||||
- python make_machine.py mendel
|
||||
- python make_machine.py sturdy
|
Loading…
x
Reference in New Issue
Block a user