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
d10f3f0f
Commit
d10f3f0f
authored
Jul 16, 2013
by
William Tisäter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update DEVELOPER.md
parent
7c40e45d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
DEVELOPER.md
+5
-10
No files found.
DEVELOPER.md
View file @
d10f3f0f
# Bootstrap manual for developers
_Dependencies: tox, nose, epydoc_
### Testing
For testing we are using tox virtualenv-based Python version testing
and nose as test framwork.
...
...
@@ -12,19 +14,12 @@ link below.
Maxmind sample databases for testing can be downloaded here:
http://www.defunct.cc/maxmind-geoip-samples.tar.gz (58 MB)
Extract the tarball in the tests directory and run tox from the root directory.
Please make sure your code passes all tests before opening pull requests.
Extract the tarball in the tests directory and run
`tox`
from the root directory.
### Testing
You can run all tests if you from root type
`tox`
. This requires a machine
with Python 2.5 - 3.3 installed and all dependencies mention in the header.
This requires a machine with Python 2.5 - 3.3 installed and all dependencies mention in the header.
### Documentation
The documentation can be re-generated by running
following command from root:
The documentation can be re-generated by running
epydoc from repository root.
epydoc --config=epydoc.ini --no-private
-- William Tisäter
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