travis.yml: Add Python nightly.

This commit is contained in:
Valentin Lorentz 2015-05-18 23:01:45 +02:00
parent 7e1634f085
commit d814c88f34
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "nightly"
- "pypy"
- "pypy3"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors