Skip to content

Commit 4510541

Browse files
[py] Remove unused tox endpoints
All the targets have been moved over to bazel now
1 parent afad908 commit 4510541

1 file changed

Lines changed: 2 additions & 31 deletions

File tree

py/tox.ini

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,11 @@
11
[tox]
2-
envlist = py{27,34,35,36}-{unit,chrome,edge,firefox,ie,remote,safari}, docs, flake8
3-
4-
[testenv]
5-
passenv = DISPLAY PYTEST_ADDOPTS CI TRAVIS
6-
commands =
7-
py{27,34,35,36}-unit: py.test -n=auto {posargs:test/unit}
8-
py{27,36}-chrome: py.test --driver=Chrome {posargs}
9-
py{27,36}-edge: py.test --driver=Edge {posargs}
10-
py{27,36}-firefox: py.test --driver=Firefox {posargs}
11-
py{27,36}-ie: py.test --driver=Ie {posargs}
12-
py{27,36}-remote: py.test --driver=Remote {posargs}
13-
py{27,36}-safari: py.test --driver=Safari {posargs}
14-
py{27,36}-chromiumedge: py.test --driver=ChromiumEdge {posargs}
15-
install_command = pip install -v --no-index --find-links=../third_party/py {opts} {packages}
16-
deps =
17-
pytest==3.0.3
18-
pytest-instafail==0.3.0
19-
pytest-mock==1.5.0
20-
py{27,33,34,35,36}-{unit,chrome,firefox,chromiumedge}: pytest-xdist==1.15
21-
urllib3==1.23
22-
certifi==2018.8.24
23-
py27: asn1crypto==0.24.0
24-
py27: cffi==1.11.5
25-
py27: cryptography==2.3.1
26-
py27: enum34==1.1.6
27-
py27: idna==2.7
28-
py27: ipaddress==1.0.22
29-
py27: pycparser==2.19
30-
py27: pyOpenSSL==18.0.0
31-
py27: six==1.11.0
2+
envlist = docs, flake8
323

334
[testenv:docs]
345
skip_install = true
356
deps =
367
Sphinx==1.8.2
37-
8+
389
commands = sphinx-build -W -b html -d ../build/doctrees docs/source ../build/docs/api/py {posargs}
3910

4011
[testenv:flake8]

0 commit comments

Comments
 (0)