From f0943938e7ded1e02dc3136772ec42b431c9d291 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 6 Nov 2013 13:47:36 -0800 Subject: Get the package name right. --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 9c6d34c3..fdd71907 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -25,4 +25,4 @@ if [[ "${TOX_ENV}" == "pypy" ]]; then sudo rm -rf /usr/local/pypy/bin fi -pip install tox coverage +pip install tox coveralls -- cgit v1.2.3