14 Commits

Author SHA1 Message Date
Vangelis Banos
b1819c51b9 Add missing packages from setup.py, add tox config.
Add missing `requests` and `warcio` packages. They are used in unit tests but
they were not included in `setup.py`.

Add `tox` configuration in order to be able to run unit tests for py27,
py34 and py35 with 1 command.
2017-09-24 10:51:29 +00:00
Noah Levitt
465cf1ef45 ./tests/run-tests.sh is better than tox 2016-01-26 18:47:08 -08:00
Noah Levitt
0eb2917e50 update tox and travis config for supported python versions 2.7 and 3.4 2015-03-18 16:36:24 -07:00
Noah Levitt
a2c25d4242 split into even more source files 2014-11-20 00:04:43 -08:00
Noah Levitt
b34edf8fb1 split into multiple files 2014-11-15 03:20:05 -08:00
Noah Levitt
111c678cee add python3.4 to travis, tox test list; remove apt-get install python3.3-gdbm from travis configuration to fix travis error "Unable to locate package python3.3-gdbm" 2014-08-01 16:43:00 -07:00
Noah Levitt
b4a7a7fa5f remove warcprox from deps, because it downloads and installs from pypi instead of using local checkout 2014-01-06 17:22:36 -08:00
Kelsey Hawley
39fb1c75ba added py27 & py32 back into envlist for tox to run against 2013-12-31 13:47:50 -08:00
Kelsey Hawley
e6606c67fa committing updates to tox.ini file for use with tox 2013-12-31 12:34:09 -08:00
Noah Levitt
f91986c1af maybe gdbm will work 2013-12-09 18:35:40 -08:00
Noah Levitt
e9e152ca7d tox (and travis ci?) were hiding the fact that the gdbm dependency was the problem 2013-12-07 00:27:59 -08:00
Noah Levitt
b6774da603 more fiddling trying to get test runs to work with various invocation methods, esp travis 2013-12-06 16:50:02 -08:00
Noah Levitt
9c6c18d274 nose.collector wasn't working 2013-12-06 15:22:29 -08:00
Noah Levitt
dc9fdc3412 tests pass with python2.7 and 3.2! (tox fails though oddly) 2013-12-04 17:25:45 -08:00