Skip to content

Commit fc457c4

Browse files
author
Marco Paolini
committed
Use pytest instead of tox
1 parent 25f1a2c commit fc457c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ os:
33
language: python
44
python:
55
- "3.5"
6-
script: tox
6+
script: "py.test tests"
77
services:
88
- rabbitmq
99
sudo: required

0 commit comments

Comments
 (0)