Skip to content

Commit

Permalink
Feat #1 Add CRUD on topic-permissions
Browse files Browse the repository at this point in the history
* Black
* Fix tests as in ambitioninc#7
* Add env variables for tests
  • Loading branch information
Othman Moumni Abdou committed Oct 22, 2021
1 parent ff65054 commit d3cca38
Show file tree
Hide file tree
Showing 5 changed files with 431 additions and 385 deletions.
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 ([email protected])
Othman Moumni Abdou ([email protected])
Loading

0 comments on commit d3cca38

Please sign in to comment.