Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pycparser
/
6197ae8ddc5d15aa9d1da1745e1923645c7fe3ac
/
.
/
.travis.yml
blob: deb5586fb654f057d3e12121be7f2102b9aee304 [
file
] [
log
] [
blame
]
Eli Bendersky
6197ae8
2013-06-13 06:18:09 -0700
[
diff
] [
blame^
]
1
language:
python
2
python:
3
-
"2.6"
4
-
"2.7"
5
-
"3.2"
6
-
"3.3"
7
script:
python tests/all_tests.py
8