Use the correct parameter name

This commit is contained in:
Donald Stufft 2014-06-30 23:33:25 -04:00
parent a6b59e8a55
commit 493a31976c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set -x
export LC_CTYPE=en_US.UTF-8
# Run the unit tests
tox -- -m unit --cov pip/ --cov-report coverage.xml
tox -- -m unit --cov pip/ --cov-report xml
# Run our integration tests, typically with pytest-xdist to speed things up
# except on Python 3.2 where it doesn't work quite right.