@@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
minversion = 2.0
|
||||
distshare = {homedir}/.tox/distshare
|
||||
# make sure to update environment list on appveyor.yml
|
||||
# make sure to update environment list in travis.yml and appveyor.yml
|
||||
envlist =
|
||||
linting
|
||||
py26
|
||||
@@ -12,7 +12,7 @@ envlist =
|
||||
py36
|
||||
py37
|
||||
pypy
|
||||
{py27,py35}-{pexpect,xdist,trial,numpy}
|
||||
{py27,py35}-{pexpect,xdist,trial,numpy,pluggymaster}
|
||||
py27-nobyte
|
||||
doctesting
|
||||
freeze
|
||||
@@ -21,11 +21,14 @@ envlist =
|
||||
[testenv]
|
||||
commands = pytest --lsof -rfsxX {posargs:testing}
|
||||
passenv = USER USERNAME
|
||||
setenv=
|
||||
pluggymaster: _PYTEST_SETUP_SKIP_PLUGGY_DEP=1
|
||||
deps =
|
||||
hypothesis>=3.5.2
|
||||
nose
|
||||
mock
|
||||
requests
|
||||
pluggymaster: git+https://github.com/pytest-dev/pluggy.git@master
|
||||
|
||||
[testenv:py26]
|
||||
commands = pytest --lsof -rfsxX {posargs:testing}
|
||||
|
||||
Reference in New Issue
Block a user