Skip to content

Commit fbc80a4

Browse files
authored
Merge pull request googleapis#2474 from dhermes/move-pandas-test
Moving pandas tox env. into monitoring config.
2 parents c554eae + f02667a commit fbc80a4

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

monitoring/tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py27,py34,py35,cover
3+
py27,py34,py35,cover,{py27,py34,py35}-{pandas}
44

55
[testing]
66
deps =
@@ -18,13 +18,14 @@ commands =
1818
py.test --quiet {posargs} unit_tests
1919
deps =
2020
{[testing]deps}
21+
pandas: pandas
2122

2223
[testenv:cover]
2324
basepython =
2425
python2.7
2526
commands =
2627
{[testing]covercmd}
2728
deps =
28-
{[testenv]deps}
29+
{[testing]deps}
2930
coverage
3031
pytest-cov

tox.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,6 @@ skip_install =
125125
[testenv:isolated-cover]
126126
commands = {[testenv]commands}
127127

128-
[testenv:py27-pandas]
129-
basepython =
130-
python2.7
131-
deps =
132-
{[testing]deps}
133-
pandas
134-
135128
[testenv:cover]
136129
basepython =
137130
python2.7

0 commit comments

Comments
 (0)