FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 3d85f3c1 authored by Dr Abraham Martin's avatar Dr Abraham Martin
Browse files

Bugfix in travis conf

parent e06373e3
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,9 @@ python:
- 3.3
- 3.4
env:
- DJANGO=django>=1.6,<1.7
- DJANGO=django>=1.7,<1.8
- DJANGO=https://www.djangoproject.com/download/1.8b2/tarball/
- DJANGO="django>=1.6,<1.7"
- DJANGO="django>=1.7,<1.8"
- DJANGO="https://www.djangoproject.com/download/1.8b2/tarball/"
install:
- pip install $DJANGO
- pip install PyOpenSSL==0.14
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment