We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5001c commit 93d3d9bCopy full SHA for 93d3d9b
.travis.yml
@@ -9,13 +9,11 @@ python:
9
install:
10
- pip install -r dev-requirements.txt
11
- pip install six
12
- - pip install discover
13
- pip install 'characteristic>=14.0.0'
14
- pip install sphinx
15
script:
16
- make lint
17
- - python -mtesttools.run discover --list
18
- - python -mtesttools.run discover
+ - py.test
19
- make doc
20
21
notifications:
dev-requirements.txt
@@ -1,3 +1,4 @@
1
testtools
2
twisted
3
flake8
4
+pytest
0 commit comments