Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pygeoip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pygeoip
Commits
932fea32
Commit
932fea32
authored
Nov 12, 2013
by
William Tisäter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use https when downloading sample databases
parent
412c8c77
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.travis.yml
+1
-1
DEVELOPER.md
+1
-1
build.sh
+1
-1
No files found.
.travis.yml
View file @
932fea32
...
...
@@ -7,7 +7,7 @@ python:
install
:
-
"
pip
install
nose"
-
"
pip
install
python-coveralls"
-
"
curl
-s
http://www.defunct.cc/maxmind-geoip-samples.tar.gz
|
tar
-xzC
tests/"
-
"
curl
-s
http
s
://www.defunct.cc/maxmind-geoip-samples.tar.gz
|
tar
-xzC
tests/"
script
:
-
coverage run --source=pygeoip setup.py nosetests
after_success
:
...
...
DEVELOPER.md
View file @
932fea32
...
...
@@ -12,7 +12,7 @@ Running the tests requires a couple of sample databases found on the
link below.
Maxmind sample databases for testing can be downloaded here:
http://www.defunct.cc/maxmind-geoip-samples.tar.gz (58 MB)
http
s
://www.defunct.cc/maxmind-geoip-samples.tar.gz (58 MB)
Extract the tarball in the tests directory and run
`tox`
from the root directory.
...
...
build.sh
View file @
932fea32
...
...
@@ -15,7 +15,7 @@ pushd $(dirname $0)
if
[
!
-d
tests/data
]
;
then
pushd
tests
wget http://www.defunct.cc/maxmind-geoip-samples.tar.gz
wget http
s
://www.defunct.cc/maxmind-geoip-samples.tar.gz
tar
-zxvf
maxmind-geoip-samples.tar.gz
unlink maxmind-geoip-samples.tar.gz
popd
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment