Skip to content

Commit d08c037

Browse files
authored
Merge pull request #2474 from dhermes/move-pandas-test
Moving pandas tox env. into monitoring config.
2 parents 3dfc186 + e2b606f commit d08c037

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • packages/google-cloud-monitoring

packages/google-cloud-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

0 commit comments

Comments
 (0)