We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[watchmedo]
1 parent 1ca358b commit c0bd8b5Copy full SHA for c0bd8b5
requirements-tests.txt
@@ -1,4 +1,3 @@
1
--e ".[watchmedo]"
2
eventlet
3
flake8
4
flaky
tox.ini
@@ -6,19 +6,25 @@ skip_missing_interpreters = True
6
usedevelop = true
7
deps =
8
-r requirements-tests.txt
9
+extras =
10
+ watchmedo
11
commands =
12
python -bb -m pytest {posargs}
13
14
[testenv:flake8]
15
16
17
18
19
20
21
python -m flake8 docs tools src tests setup.py
22
23
[testenv:docs]
24
25
26
27
28
29
30
sphinx-build -aEWb html docs/source docs/build/html
0 commit comments