Skip to content

Commit

Permalink
fix test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bubenkoff committed Jan 19, 2015
1 parent 95cae42 commit d58887f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def run_tests(self):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
] + [('Programming Language :: Python :: %s' % x) for x in '2.6 2.7 3.0 3.1 3.2 3.3 3.4'.split()],
tests_require=['detox'],
tests_require=['tox'],
entry_points={'pytest11': [
'pytest-services=pytest_services.plugin',
]},
Expand Down

0 comments on commit d58887f

Please sign in to comment.