Skip to content

Commit 31edae5

Browse files
author
Marco Paolini
committed
Other TravisCI stuff
1 parent fc457c4 commit 31edae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ os:
33
language: python
44
python:
55
- "3.5"
6-
script: "py.test tests"
76
services:
87
- rabbitmq
98
sudo: required
10-
install: "pip install tox-travis"
9+
install: "pip install pytest pytest-asyncio -e ."
10+
script: "py.test tests"

0 commit comments

Comments
 (0)