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 e7e46e3 commit dc6e6e8Copy full SHA for dc6e6e8
.travis.yml
@@ -11,19 +11,8 @@ python:
11
install:
12
# - pip install --upgrade setuptools
13
- pip install wheel
14
-- pip install hiredis
15
-- pip install flake8
16
-- pip install aiohttp
17
-- pip install aioredis
18
-- pip install cryptography
19
-- pip install docker-py
20
-- pip install pynacl
21
-- pip install pytest
22
-- pip install pytest-aiohttp
23
-- pip install pytest-cov
+- pip install -r requirements-dev.txt
24
- pip install codecov
25
-- pip install aiomcache
26
-- python setup.py develop
27
28
script:
29
- make cov
@@ -36,8 +25,6 @@ after_success:
36
- codecov
37
38
env:
39
- global:
40
- - REDIS_PORT=6379
41
matrix:
42
- PYTHONASYNCIODEBUG=x
43
30
- PYTHONASYNCIODEBUG=
0 commit comments