Skip to content

Commit

Permalink
{packages} substitution?
Browse files Browse the repository at this point in the history
  • Loading branch information
vahtras committed Sep 7, 2016
1 parent ec6d1c5 commit 83ee100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ envlist = py27, py35


[testenv:py27]
install_command=conda install --yes --quiet python=2.7 pip numpy scipy nose pytest pytest-cov mock
install_command=conda install --yes --quiet python=2.7 pip numpy scipy nose pytest pytest-cov mock {packages}
command=python -m nose

[testenv:py35]
install_command=conda install --yes --quiet python=3.5 pip numpy scipy nose pytest pytest-cov mock
install_command=conda install --yes --quiet python=3.5 pip numpy scipy nose pytest pytest-cov mock {packages}
command=python -m nose

0 comments on commit 83ee100

Please sign in to comment.