Run on more python versions

pull/41/head
Raphaël Vinot 2017-01-24 09:50:34 +01:00
parent 6bee446fa0
commit 6c79cb3a3e
1 changed files with 3 additions and 1 deletions

View File

@ -4,10 +4,12 @@ cache: pip
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
install: