Travis: try replacing non-standard invocation of py.test

It seems the normal thing to wire up python setup.py test to invoke
the test suite rather than py.test. This may be the reason for the
past chain of cffi-related commits.
This commit is contained in:
James R. Barlow
2016-02-16 05:36:14 -08:00
parent 71e493a810
commit 35b1ca2be2
3 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -209,7 +209,8 @@ setup(
],
setup_requires=[
'setuptools_scm',
'cffi>=1.0.0'
'cffi>=1.5.0',
'pytest-runner'
],
use_scm_version={'version_scheme': 'post-release'},
cffi_modules=[