Skip to content

Commit

Permalink
[Travis CI] Fixes a variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandBordage committed Sep 29, 2014
1 parent 3be42be commit 354a7b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
- redis-server

env:
- DJANGO=1.6.7 PSYCOPG2=2.5.4 MYSQL-PYTHON=1.2.5 DJANGO_REDIS=3.7.1
- DJANGO=1.7 PSYCOPG2=2.5.4 MYSQL-PYTHON=1.2.5 DJANGO_REDIS=3.7.1
- DJANGO=1.6.7 PSYCOPG2=2.5.4 MYSQL_PYTHON=1.2.5 DJANGO_REDIS=3.7.1
- DJANGO=1.7 PSYCOPG2=2.5.4 MYSQL_PYTHON=1.2.5 DJANGO_REDIS=3.7.1

install:
- pip install Django==$DJANGO psycopg2==$PSYCOPG2 django-redis==$DJANGO_REDIS
Expand All @@ -22,7 +22,7 @@ install:
pip install
-e git+https://github.com/clelland/MySQL-for-Python-3#egg=MySQL-python;
else
pip install MySQL-python==$MYSQL-PYTHON;
pip install MySQL-python==$MYSQL_PYTHON;
fi

before_script:
Expand Down

0 comments on commit 354a7b4

Please sign in to comment.