fix hg url

This commit is contained in:
Anatoly Bubenkov 2014-01-29 12:28:30 +01:00
parent e01f0a671f
commit ad55725576
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@ class Tox(TestCommand):
def run_tests(self): def run_tests(self):
#import here, cause outside the eggs aren't loaded #import here, cause outside the eggs aren't loaded
import tox import detox.main
errno = tox.cmdline(self.test_args) errno = detox.main.main(self.test_args)
sys.exit(errno) sys.exit(errno)
@ -61,6 +61,6 @@ setup(
'pytest-bdd = pytest_bdd.plugin', 'pytest-bdd = pytest_bdd.plugin',
] ]
}, },
tests_require=['tox'], tests_require=['detox'],
packages=['pytest_bdd'], packages=['pytest_bdd'],
) )

View File

@ -21,7 +21,7 @@ commands=
basepython=python2.7 basepython=python2.7
deps = deps =
{[testenv]deps} {[testenv]deps}
hg+ssh://hg@bitbucket.org/hpk42/pytest#egg=pytest hg+https://bitbucket.org/hpk42/pytest#egg=pytest
[pytest] [pytest]
pep8maxlinelength=120 pep8maxlinelength=120