mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Revert "Speed up Travis by reusing pip wheel cache across builds (#324)"
This reverts commit 47e689a89b.
This commit is contained in:
parent
47e689a89b
commit
139a6e9e41
2 changed files with 4 additions and 15 deletions
11
setup.py
11
setup.py
|
|
@ -47,15 +47,10 @@ setup(
|
|||
datasette=datasette.cli:cli
|
||||
''',
|
||||
setup_requires=['pytest-runner'],
|
||||
extras_require={
|
||||
'test': [
|
||||
'pytest==3.6.0',
|
||||
'aiohttp==2.3.2',
|
||||
'beautifulsoup4==4.6.0',
|
||||
]
|
||||
},
|
||||
tests_require=[
|
||||
'datasette[test]',
|
||||
'pytest==3.6.0',
|
||||
'aiohttp==2.3.2',
|
||||
'beautifulsoup4==4.6.0',
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue