aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEl Acheche Anis <elacheche@ubuntu.com>2017-07-26 23:20:56 +0100
committerZac Medico <zmedico@gentoo.org>2018-03-29 20:51:21 -0700
commit7141699c821b9f5075f1e1ed2141f330c9917968 (patch)
tree491bde32ab063fb71f2508a12ad6f79f10bc88c9 /.travis.yml
parentrepoman: repoman/pym/repoman/tests/runTests.py: Fix PEP8 E226 (diff)
downloadgentoo-portage-7141699c821b9f5075f1e1ed2141f330c9917968.tar.xz
gentoo-portage-7141699c821b9f5075f1e1ed2141f330c9917968.zip
repoman: .travis.yml: pyyaml python module is needed for builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ebcfbeab99b..94ed2dcb1f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,8 @@ install:
- "[[ ${TRAVIS_PYTHON_VERSION} == 3.[6789] ]] || pip install pyblake2"
# always install pygost for Streebog
- pip install pygost
+ # pyyaml is needed for building
+ - pip install pyyaml
script:
- printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg