Skip to content

Commit ab7a6b9

Browse files
committed
Try reconfig to get mysql steps working.
1 parent ffff080 commit ab7a6b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@ language: python
22
python:
33
- 2.7
44

5+
dist:
6+
- xenial
7+
58
sudo: false
69

710
addons:
811
apt:
12+
sources:
13+
- sourceline: ppa:xapian-backports/ppa
14+
915
packages:
1016
# Required to build/install the xapian-binding
1117
- libxapian-dev
@@ -24,6 +30,7 @@ before_install:
2430
- cd $TRAVIS_BUILD_DIR
2531

2632
install:
33+
- pip install mysqlclient==1.3.13
2734
- pip install MySQL-python psycopg2 pytz whoosh
2835
# errors during build with:
2936
# make: *** No rule to make target '/gpgme.h', needed by 'gpgme.h'. Stop.

0 commit comments

Comments
 (0)