Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
valdergallo committed Dec 11, 2015
1 parent 61da481 commit 1d6f65c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: false
language: python

python:
- 2.7

Expand All @@ -15,7 +15,8 @@ env:
- DJANGO=1.7

install:
- pip install -q Django==$DJANGO -r example/requirements-travis.txt --upgrade
- PYTHONPATH=$PWD;
- pip install -q Django==$DJANGO -r example/requirements-travis.txt

branches:
only:
Expand Down

0 comments on commit 1d6f65c

Please sign in to comment.