Added Python'3.5-dev' and 'nightly' to the build bot.

This commit is contained in:
Jochen Kupperschmidt
2016-06-10 00:44:41 +02:00
parent 25a3a2c1b2
commit b92ea7529c

View File

@ -3,6 +3,8 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.5-dev"
- "nightly"
install:
- "pip install pytest"
script: