Skip to content

Commit

Permalink
Fixed stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wilhelm authored and Florian Wilhelm committed Jul 2, 2015
1 parent 8c1ad45 commit 65e4008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscaffold/data/setup_py.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ from setuptools import setup
def setup_package():
needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
pytest_runner = ['pytest-runner'] if needs_pytest else []
setup(setup_requires=['six', 'PyScaffold>=3.2rc1'] + pytest_runner,
setup(setup_requires=['six', 'PyScaffold>=2.3rc1'] + pytest_runner,
tests_require=['pytest_cov', 'pytest'],
use_pyscaffold=True)

Expand Down

0 comments on commit 65e4008

Please sign in to comment.