diff options
author | Ask Solem <ask@celeryproject.org> | 2015-10-05 21:22:41 -0700 |
---|---|---|
committer | Ask Solem <ask@celeryproject.org> | 2015-10-05 21:22:41 -0700 |
commit | 88e5be705a2b853b59c138b6e128a99e7e7a8f40 (patch) | |
tree | 7683261a423d69e595e599eb85ac1077cc6fb8b7 /.travis.yml | |
parent | f07ca7d4a7e1fc62d6073b5791dbbdcabde39709 (diff) | |
download | kombu-88e5be705a2b853b59c138b6e128a99e7e7a8f40.tar.gz |
Fixes tox
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c9d23a6f..1400e3bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: python --version uname -a lsb_release -a - sudo travis_retry pip install tox + sudo pip install tox script: tox -v -e $TRAVIS_PYTHON_VERSION -- -v after_success: - .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls |