Skip to content

Commit

Permalink
eeee
Browse files Browse the repository at this point in the history
  • Loading branch information
valdergallo committed Dec 11, 2015
1 parent f1c7139 commit a8163d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
before_install:
- sudo apt-get install -y libxml2-dev libxslt-dev

script: py.test
script: $PWD/py.test

env:
- DJANGO=1.4
Expand All @@ -14,7 +14,7 @@ env:
- DJANGO=1.7

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

branches:
Expand Down

0 comments on commit a8163d4

Please sign in to comment.