We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e28a6 commit db36306Copy full SHA for db36306
1 file changed
.travis.yml
@@ -8,7 +8,9 @@ install:
8
- pip install -e .
9
- pip install docutils
10
- pip install codecov
11
-
+ - pip install pytest
12
+ - pip install pytest_aiohttp
13
+ - pip install pytest-runner
14
15
script:
16
- python -m pytest tests
0 commit comments