From db363064bde4cd347a3fbe0d84e6d6b88cbc1e2b Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 2 May 2017 09:38:48 -0700 Subject: [PATCH] more travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f3e4b4f..507c58e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,9 @@ install: - pip install -e . - pip install docutils - pip install codecov - + - pip install pytest + - pip install pytest_aiohttp + - pip install pytest-runner script: - python -m pytest tests