Commit b1790797 by William Tisäter

Download test data in build.sh

parent 56942253
......@@ -12,6 +12,14 @@ if [ ! -d venv ]; then
venv/bin/pip install tox nose epydoc || error "pip failed"
fi
if [ ! -d tests/data ]; then
pushd tests
wget http://www.defunct.cc/maxmind-geoip-samples.tar.gz
tar -zxvf maxmind-geoip-samples.tar.gz
unlink maxmind-geoip-samples.tar.gz
popd
fi
venv/bin/tox || error "tox failed"
venv/bin/epydoc --config=epydoc.ini --no-private || error "epydoc failed"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment