travis: Test 2.7 with trollius

This commit is contained in:
Yury Selivanov 2014-07-21 17:04:22 -04:00
parent 19e6c3d70a
commit 77539b0e0d
1 changed files with 2 additions and 0 deletions

View File

@ -1,10 +1,12 @@
language: python
python:
- 2.7
- 3.3
- 3.4
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install trollius>=1.0; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install asyncio; fi
- python setup.py install