Skip to content

Commit c21889f

Browse files
committedFeb 4, 2016
Add qgis.testing module for generic qgis test helpers
1 parent a3d3ffd commit c21889f

File tree

79 files changed

+871
-620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+871
-620
lines changed
 

‎ci/travis/linux/before_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ sudo apt-get install --force-yes --no-install-recommends --no-install-suggests \
6161
postgresql-9.1-postgis-2.1/precise # from ubuntugis-unstable, not pgdg
6262

6363
sudo -H pip install autopep8 # TODO when switching to trusty or above: replace python-pip with python-autopep8
64+
sudo -H pip install nose2 pyyaml mock

‎ci/travis/osx/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ mkdir -p /Users/travis/Library/Python/2.7/lib/python/site-packages
1818
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/travis/Library/Python/2.7/lib/python/site-packages/homebrew.pth
1919

2020
# Needed for Processing
21-
pip install psycopg2 numpy
21+
pip install psycopg2 numpy nose2 pyyaml mock

0 commit comments

Comments
 (0)
Please sign in to comment.