Loading tox.ini +7 −2 Original line number Diff line number Diff line [tox] skip_missing_interpreters = True envlist = clean, lint, py35, py36, integration, stats envlist = clean, lint, py35, py36, unit, integration, stats [travis] python = 3.5: lint, py35, integration 3.5: lint, py35, unit, integration 3.6: py36, integration [testenv] # install_command can be removed when --process-dependency-links is not # needed anymore, and this section uncommented install_command = pip install --process-dependency-links {opts} {packages} [testenv:unit] deps = .[test] commands = coverage run -a --rcfile={toxinidir}/.coveragerc --source=sbws -m pytest \ Loading Loading
tox.ini +7 −2 Original line number Diff line number Diff line [tox] skip_missing_interpreters = True envlist = clean, lint, py35, py36, integration, stats envlist = clean, lint, py35, py36, unit, integration, stats [travis] python = 3.5: lint, py35, integration 3.5: lint, py35, unit, integration 3.6: py36, integration [testenv] # install_command can be removed when --process-dependency-links is not # needed anymore, and this section uncommented install_command = pip install --process-dependency-links {opts} {packages} [testenv:unit] deps = .[test] commands = coverage run -a --rcfile={toxinidir}/.coveragerc --source=sbws -m pytest \ Loading