Skip to content

Commit 06e0873

Browse files
author
Marco Paolini
committed
Add TravisCI
1 parent 6f9abf8 commit 06e0873

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
os:
2+
- linux
3+
language: python
4+
python:
5+
- "3.5"
6+
script: tox
7+
services:
8+
- rabbitmq
9+
sudo: required

0 commit comments

Comments
 (0)