Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pyopenssl
/
d27be802ffcc32d8d4786f2904c17a296e28edf6
/
.
/
.travis.yml
blob: 514de9dead5c298e90d89eebb877d8779250e4ba [
file
] [
log
] [
blame
]
language:
python
os:
-
linux
-
osx
python:
-
"pypy"
-
"2.6"
-
"2.7"
-
"3.2"
-
"3.3"
install:
-
pip install
--
verbose .
-
pip install
--
verbose unittest2
script:
-
unit2 discover
-
v