1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-24 03:16:43 +02:00

Updated appveyor.yml

This commit is contained in:
Jakub Roztocil 2014-04-26 10:49:40 +02:00
parent 091a8b2692
commit 5c3d24ec09

View File

@ -11,10 +11,8 @@ class PyTest(TestCommand):
TestCommand.finalize_options(self) TestCommand.finalize_options(self)
self.test_suite = True self.test_suite = True
self.test_args = [ self.test_args = [
'--doctest-modules', '--doctest-modules', '-n', '8',
'-n', '8', './httpie', './tests'
'./httpie',
'./tests'
] ]
self.test_suite = True self.test_suite = True
@ -66,10 +64,8 @@ setup(
], ],
}, },
install_requires=install_requires, install_requires=install_requires,
cmdclass={'test': PyTest},
tests_require=tests_require, tests_require=tests_require,
extras_require={'tests': tests_require}, cmdclass={'test': PyTest},
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'Programming Language :: Python', 'Programming Language :: Python',