Try to fix travis

This commit is contained in:
Andrew Svetlov
2015-10-29 16:05:30 +02:00
parent 996361c233
commit 6f2ff8ff79
2 changed files with 10 additions and 23 deletions

View File

@@ -1,15 +1,12 @@
language: python
python:
- 3.3
- 3.4
- 3.5
install:
- pip install --upgrade setuptools
- pip install pyflakes
- pip install pep8
- pip install coveralls --use-mirrors
- pip install aiohttp
- python setup.py develop
- pip install --upgrade pip
- pip install -r requirements-dev.txt
- pip install coveralls
script:
- pyflakes aiohttp_security tests