Skip to content

Commit

Permalink
Fix the variable expansion syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
KayEss committed Feb 3, 2014
1 parent 8fad6c6 commit c02f497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,6 +10,6 @@ env:
- DJANGO=1_6
- DJANGO=1_0

install: "pip install -r test-projects/setup.pip -r test-projects/django$(DJANGO)/setup.pip"
install: "pip install -r test-projects/setup.pip -r test-projects/django${DJANGO}/setup.pip"

script: "cd test-projects/django$(DJANGO) && python manage.py test slumber_examples"
script: "cd test-projects/django${DJANGO} && python manage.py test slumber_examples"

0 comments on commit c02f497

Please sign in to comment.