Explicitly set Django alpha version number

This commit is contained in:
Jan-Jelle Kester 2015-10-07 22:34:43 +02:00
parent b4b5be8c68
commit eb686d3bad

View file

@ -5,7 +5,7 @@ python:
env:
- DJANGO_VERSION=1.7.*
- DJANGO_VERSION=1.8.*
- DJANGO_VERSION=1.9a*
- DJANGO_VERSION=1.9a1
install:
- "pip install -r requirements.txt"
- "pip install Django==$DJANGO_VERSION"