mirror of https://github.com/celery/kombu.git
Fixes .travis.yml
This commit is contained in:
parent
b92ee8c535
commit
28107f091c
|
@ -17,6 +17,6 @@ before_install:
|
|||
uname -a
|
||||
lsb_release -a
|
||||
sudo pip install tox
|
||||
script: tox -v -e $TRAVIS_PYTHON_VERSION -- -v
|
||||
after_success:
|
||||
- .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls
|
||||
script: tox -v -e $TRAVIS_PYTHON_VERSION -- -v
|
||||
after_success:
|
||||
- .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls
|
||||
|
|
Loading…
Reference in New Issue