1
0
mirror of https://github.com/httpie/cli.git synced 2025-06-15 00:15:06 +02:00

Install setuptools & wheel in CI

This commit is contained in:
Jakub Roztocil
2020-07-07 13:38:27 +02:00
parent 1a4e0c2646
commit d1665b08d2
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ class PyTest(TestCommand):
tests_require = [
'wheel',
'pytest-httpbin',
'pytest',
'mock',