aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2015-03-18 14:28:17 +0100
committerMartin Willi <martin@revosec.ch>2015-03-18 14:29:45 +0100
commit75a8457922005e25e37d5af42107b78b537f58fc (patch)
tree47d2fedab4b1e6b0fea955c58fa68b89e25f2b39 /.travis.yml
parent2e74aa0a91e6f8e949a98f6069e210bcfbfdbd19 (diff)
downloadstrongswan-75a8457922005e25e37d5af42107b78b537f58fc.tar.bz2
strongswan-75a8457922005e25e37d5af42107b78b537f58fc.tar.xz
travis: Install pip to install pytest in "all" tests
This allows ./configure to detect py.test, and execute python unit tests we provide in the vici python egg.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c7f0e84a5..46e7cfd6c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq bison flex gperf gettext
- ./scripts/test.sh deps
+ - ./scripts/test.sh pydeps
script:
- ./autogen.sh