We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc457c4 commit 31edae5Copy full SHA for 31edae5
.travis.yml
@@ -3,8 +3,8 @@ os:
3
language: python
4
python:
5
- "3.5"
6
-script: "py.test tests"
7
services:
8
- rabbitmq
9
sudo: required
10
-install: "pip install tox-travis"
+install: "pip install pytest pytest-asyncio -e ."
+script: "py.test tests"
0 commit comments