Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Fix wrong argument (test_requires/tests_require)

  • Loading branch information...
fnielsen committed Jul 6, 2017
1 parent c1f6120 commit 172ed891f59342e6cdeec899eb4a59c43a46aa69
Showing with 1 addition and 1 deletion.
  1. +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

Please sign in to comment.
You can’t perform that action at this time.