Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Side by Side Diff: tools/telemetry/third_party/gsutil/third_party/rsa/tox.ini

Issue 1260493004: Revert "Add gsutil 4.13 to telemetry/third_party" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [tox]
2 envlist = py26,py27,py32,py33,pypy
3
4 [pytest]
5 addopts = -n4 -v --cov rsa --cov-report term-missing # --doctest-modules
6
7 [testenv]
8 commands=py.test []
9
10 [testenv:py26]
11 deps=pyasn1 >=0.1.3
12 coverage >=3.5
13 unittest2
14 PyTest
15 pytest-xdist
16 pytest-cov
17
18 [testenv:py27]
19 deps=pyasn1 >=0.1.3
20 coverage >=3.5
21 unittest2
22 PyTest
23 pytest-xdist
24 pytest-cov
25
26 [testenv:py32]
27 deps=pyasn1 >=0.1.3
28 coverage >= 3.5
29 unittest2py3k
30 PyTest
31 pytest-xdist
32 pytest-cov
33
34 [testenv:py33]
35 deps=pyasn1 >=0.1.3
36 coverage >= 3.5
37 unittest2py3k
38 PyTest
39 pytest-xdist
40 pytest-cov
41
42 [testenv:pypy]
43 deps=pyasn1 >=0.1.3
44 coverage >= 3.5
45 unittest2
46 PyTest
47 pytest-xdist
48 pytest-cov
49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698