Mercurial > p > roundup > code
changeset 5855:e34bfe90634f maint-1.6
Try reconfig to get mysql steps working.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 24 Aug 2019 21:17:55 -0400 |
| parents | cd39d25ab2fd |
| children | dc5f5bf2474e |
| files | .travis.yml |
| diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Wed Aug 21 21:11:39 2019 -0400 +++ b/.travis.yml Sat Aug 24 21:17:55 2019 -0400 @@ -2,10 +2,16 @@ python: - 2.7 +dist: + - xenial + sudo: false addons: apt: + sources: + - sourceline: ppa:xapian-backports/ppa + packages: # Required to build/install the xapian-binding - libxapian-dev @@ -24,6 +30,7 @@ - cd $TRAVIS_BUILD_DIR install: + - pip install mysqlclient==1.3.13 - pip install MySQL-python psycopg2 pytz whoosh # errors during build with: # make: *** No rule to make target '/gpgme.h', needed by 'gpgme.h'. Stop.
