Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a57b70145cb0a950c1c3a9a4fddf0438c60126f2
/
.
/
third_party
/
pycrc
/
.travis.yml
blob: 3c04ca9e537375ba51f4617bc638137dcfd7bb7e [
file
] [
log
] [
blame
]
language:
python
python:
-
"2.6"
-
"2.7"
-
"3.2"
-
"3.3"
-
"3.4"
-
"3.5"
-
"3.6"
install:
python setup.py install
script:
python test/test.py
-
av