Commit Graph

8 Commits (master)

Author SHA1 Message Date
Liu a96e482fd3 Add .DS_Store to .gitignore 2 years ago
emijrp dbd7206fbb readthedocs 8 years ago
emijrp 1a5955e373 uploader and dumpgenerator in batchdownload, avoiding dupe files 8 years ago
emijrp 42bba237f2 restoring some liens 8 years ago
emijrp 4e8e9dad85 ignoring keys.txt 8 years ago
Antoine Musso 8a8b87225b Easily run tests in a virtualenv with tox and nose
tox is a nice wrapper around virtualenv. It setup a new env that makes
sure you have a clean install without any module beside the standard
one. If you need more modules, simply add them to 'deps =' and tox will
install them from pypi.

nose makes testing easier, it find any files that looks like a test and
run them for you.

The envs are created in /.tox so ignore that directory entirely.
10 years ago
Emilio J. Rodríguez-Posada 3da6bc222f ignoring .pyc files 10 years ago
Emilio J. Rodríguez-Posada d04c0e5bce first test 10 years ago