summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 051b401c..b22a4d13 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,6 +34,9 @@ install:
# for wxPython
sudo apt-get install glib-networking
+ # for embroidermodder/libembroidery
+ sudo apt-get install swig python-dev
+
# This is the same as the pypi module PyGObject. We can't just do
# "pip install PyGObject" because it depends on a version of
# libgirepository1.0-dev that doesn't exist in Trusty.
@@ -60,6 +63,11 @@ script:
flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
elif [ -n "$BUILD" ]; then
+ (
+ cd embroidermodder/experimental
+ qmake swigpython.pro
+ make
+ )
make dist
else
true