travis: Add python 3.3

This commit is contained in:
Yury Selivanov 2014-07-15 14:28:45 -04:00
parent 9c3d3e6021
commit ae185e4ed4
1 changed files with 2 additions and 0 deletions

View File

@ -1,9 +1,11 @@
language: python
python:
- 3.3
- 3.4
install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install asyncio; fi
- python setup.py install
script: