Permalink
Browse files
Fix wrong argument (test_requires/tests_require)
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
setup.py
|
@@ -22,6 +22,6 @@ |
|
|
|
classifiers=[ |
|
|
|
'Programming Language :: Python :: 2.7', |
|
|
|
], |
|
|
|
test_requires=['pytest', 'flake8'], |
|
|
|
tests_require=['pytest', 'flake8'], |
|
|
|
version=versioneer.get_version(), |
|
|
|
) |
0 comments on commit
172ed89