Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ before_install:
- sudo iptables -N DOCKER || true
- "docker run -d -h rabbit1 -p 5673:5672 -p 15673:15672 -e RABBITMQ_DEFAULT_USER=guest -e RABBITMQ_DEFAULT_PASS=guest --name rabbit1 rabbitmq:3-management"
- docker ps -a
env:
- RABBITMQ_HOST=127.0.0.1
- RABBITMQ_AMQP_PORT=5673
- RABBITMQ_ADMIN_PORT=15673
install:
- pip install flake8 nose>=1.3.0 coverage coveralls
- pip install -e .[all]
script:
- black .
- flake8 .
- python setup.py nosetests
- coverage report
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Micah Hausler (micah.hausler@ambition.com)
Othman Moumni Abdou (othman.moumniabdou@inuse.eu)
Loading