mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
tests: add test dependency, remove 2.6 from travis
This commit is contained in:
parent
8765de4fe7
commit
e37900b9c6
@ -1,7 +1,6 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
5
setup.py
5
setup.py
@ -85,7 +85,7 @@ setup(
|
|||||||
'brotlipy',
|
'brotlipy',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
'webencodings',
|
'webencodings',
|
||||||
'gevent>=1.1.1',
|
'gevent==1.1.2',
|
||||||
'webassets',
|
'webassets',
|
||||||
],
|
],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
@ -94,6 +94,9 @@ setup(
|
|||||||
'pytest-cov',
|
'pytest-cov',
|
||||||
'fakeredis',
|
'fakeredis',
|
||||||
'mock',
|
'mock',
|
||||||
|
'urllib3',
|
||||||
|
'bottle',
|
||||||
|
'werkzeug',
|
||||||
],
|
],
|
||||||
cmdclass={'test': PyTest},
|
cmdclass={'test': PyTest},
|
||||||
test_suite='',
|
test_suite='',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user