Skip to content

Commit 93d3d9b

Browse files
committed
switch to py.test
1 parent 7f5001c commit 93d3d9b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ python:
99
install:
1010
- pip install -r dev-requirements.txt
1111
- pip install six
12-
- pip install discover
1312
- pip install 'characteristic>=14.0.0'
1413
- pip install sphinx
1514
script:
1615
- make lint
17-
- python -mtesttools.run discover --list
18-
- python -mtesttools.run discover
16+
- py.test
1917
- make doc
2018

2119
notifications:

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
testtools
22
twisted
33
flake8
4+
pytest

0 commit comments

Comments
 (0)