Skip to content

Commit

Permalink
Move msautotest/mspython/requirements.txt to msautotest/
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 19, 2020
1 parent 8c07a69 commit 98deaeb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo apt-get install --allow-unauthenticated libmono-system-drawing4.0-cil mono-
sudo apt-get install --allow-unauthenticated php5-dev || sudo apt-get install --allow-unauthenticated php7-dev
sudo apt-get install --allow-unauthenticated libperl-dev
sudo pip install cpp-coveralls
sudo pip install -U -r msautotest/mspython/requirements.txt
sudo pip install -U -r msautotest/requirements.txt
# install swig 3.0.12 (defaults to 2.0.11 on trusty)
wget http://prdownloads.sourceforge.net/swig/swig-3.0.12.tar.gz
export CC="ccache gcc"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/vagrant/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ apt-get install -q -y git build-essential pkg-config cmake libgeos-dev rake \
libprotobuf-dev libprotobuf-c0-dev protobuf-c-compiler libharfbuzz-dev gdal-bin \
curl sqlite3

pip install -U -r /vagrant/msautotest/mspython/requirements.txt
pip install -U -r /vagrant/msautotest/requirements.txt

0 comments on commit 98deaeb

Please sign in to comment.