add circle.yml
This commit is contained in:
parent
7ce70f5cac
commit
1a52e4f714
|
@ -0,0 +1,7 @@
|
||||||
|
dependencies:
|
||||||
|
pre:
|
||||||
|
- pip install tox
|
||||||
|
|
||||||
|
test:
|
||||||
|
override:
|
||||||
|
- tox
|
4
setup.py
4
setup.py
|
@ -27,6 +27,10 @@ setup(
|
||||||
'requests',
|
'requests',
|
||||||
'BeautifulSoup4',
|
'BeautifulSoup4',
|
||||||
],
|
],
|
||||||
|
tests_require=[
|
||||||
|
'tox',
|
||||||
|
'mock',
|
||||||
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
|
Loading…
Reference in New Issue