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.
This commit is contained in:
Martin Willi
2015-03-18 14:29:45 +01:00
parent 2e74aa0a91
commit 75a8457922
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -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