Skip to content

Commit

Permalink
tox.ini error
Browse files Browse the repository at this point in the history
  • Loading branch information
vahtras committed Sep 7, 2016
1 parent 52990c8 commit ec6d1c5
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 @@ -4,8 +4,8 @@ envlist = py27, py35

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

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

0 comments on commit ec6d1c5

Please sign in to comment.