Run asyncio with python nightly builds too on travis

This commit is contained in:
Yury Selivanov
2015-08-05 12:06:19 -04:00
parent 27f3499f96
commit 5d71b68fdb

View File

@@ -7,6 +7,7 @@ os:
python:
- 3.3
- 3.4
- "nightly"
install:
- pip install asyncio