Skip to content

Commit

Permalink
Merge pull request #544 from flying-sheep/patch-4
Browse files Browse the repository at this point in the history
fixed typo in .travis.yml
  • Loading branch information
asvetlov committed Oct 2, 2015
2 parents 230bdf3 + cff6a16 commit c0a9b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install:

script:
- flake8 aiohttp
- if python -c "import sys; sys.exit(sys.version_info >= (3,5)"; then
- if python -c "import sys; sys.exit(sys.version_info >= (3,5))"; then
flake8 examples tests;
fi
- coverage run --source=aiohttp setup.py test
Expand Down

0 comments on commit c0a9b6c

Please sign in to comment.