Skip to content

Commit dc6e6e8

Browse files
committed
Fix travis
1 parent e7e46e3 commit dc6e6e8

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.travis.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,8 @@ python:
1111
install:
1212
# - pip install --upgrade setuptools
1313
- 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
14+
- pip install -r requirements-dev.txt
2415
- pip install codecov
25-
- pip install aiomcache
26-
- python setup.py develop
2716

2817
script:
2918
- make cov
@@ -36,8 +25,6 @@ after_success:
3625
- codecov
3726

3827
env:
39-
global:
40-
- REDIS_PORT=6379
4128
matrix:
4229
- PYTHONASYNCIODEBUG=x
4330
- PYTHONASYNCIODEBUG=

0 commit comments

Comments
 (0)