Skip to content

Commit

Permalink
[tox] Try to use celery tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Apr 9, 2016
1 parent a84f8fa commit c9d00b4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 24 deletions.
39 changes: 19 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
language: python
sudo: false
cache: false
python:
- 2.7
- 3.3
- 3.4
- pypy
- pypy3
before_install:
- |
deactivate
if python --version |& grep PyPy; then
sudo apt-add-repository --yes ppa:pypy/ppa
sudo apt-get update
sudo apt-get install pypy
source ~/virtualenv/pypy/bin/activate
fi
python --version
uname -a
lsb_release -a
sudo pip install tox
script: tox -v -e $TRAVIS_PYTHON_VERSION -- -v
- '3.5'
env:
global:
PYTHONUNBUFFERED=yes
matrix:
- TOXENV=2.7
- TOXENV=3.4
- TOXENV=3.5
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=flake8
- TOXENV=flakeplus
- TOXENV=apicheck
install: travis_retry pip install -U tox
script: tox -v -- -v
after_success:
- .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls
- .tox/$TRAVIS_PYTHON_VERSION/bin/coverage xml
- .tox/$TRAVIS_PYTHON_VERSION/bin/codecov -e TOXENV
notifications:
irc:
channels:
Expand Down
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,3 @@ file in the top distribution directory for the full license text.

.. |build-status| image:: https://travis-ci.org/celery/kombu.svg?branch=master
:target: https://travis-ci.org/celery/kombu
.. |coverage-status| image:: https://coveralls.io/repos/celery/kombu/badge.svg
:target: https://coveralls.io/r/celery/kombu
2 changes: 1 addition & 1 deletion requirements/test-ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage>=3.0
coveralls
codecov
redis
PyYAML
msgpack-python>0.2.0 # 0.2.0 dropped 2.5 support
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ci3.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage>=3.0
coveralls
codecov
redis
PyYAML
msgpack-python>0.2.0 # 0.2.0 dropped 2.5 support

0 comments on commit c9d00b4

Please sign in to comment.