Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Switch onegov.testing to onegov_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Aug 3, 2017
1 parent 8c992ca commit 45d65dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_long_description():
extras_require=dict(
test=[
'coverage',
'onegov.testing',
'onegov_testing',
'pytest',
],
),
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist = py34,py35,py36,pep8

[base]
dependencies = git+git://github.com/OneGov/onegov.testing.git#egg=onegov.testing
dependencies = git+git://github.com/OneGov/onegov_testing.git#egg=onegov_testing

[testenv]
passenv = LANG
Expand Down

0 comments on commit 45d65dc

Please sign in to comment.