Skip to content

Commit

Permalink
Fixed Asyncio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jun 1, 2016
1 parent a180485 commit 40cc461
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -7,8 +7,13 @@ python:
- 3.5
cache: pip
install:
- pip install pytest pytest-cov pytest-asyncio coveralls flake8
- pip install pytest pytest-cov coveralls flake8
- pip install futures
- |
if python -c 'import sys; sys.exit(1 if sys.hexversion<0x03000000 else 0)'
then
pip install pytest-asyncio
fi
- pip install -e .
script:
- flake8
Expand Down

0 comments on commit 40cc461

Please sign in to comment.