mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
more fiddling trying to get test runs to work with various invocation methods, esp travis
This commit is contained in:
parent
9c6c18d274
commit
b6774da603
@ -6,5 +6,6 @@ python:
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
install: python setup.py install
|
||||
script: python setup.py test
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ setuptools.setup(name='warcprox',
|
||||
install_requires=['pyopenssl', 'warctools>=4.8.3'], # gdbm/dbhash?
|
||||
dependency_links=['git+https://github.com/nlevitt/warctools.git@python3#egg=warctools-4.8.3'],
|
||||
tests_require=['requests>=2.0.1'], # >=2.0.1 for https://github.com/kennethreitz/requests/pull/1636
|
||||
test_suite='warcprox.tests.test_warcprox',
|
||||
test_suite='warcprox.tests',
|
||||
scripts=['bin/dump-anydbm', 'bin/warcprox'],
|
||||
zip_safe=False)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user