Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c5c20b9b45116f4d5e60acf1b43c65a62e5e6826
/
.
/
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