diff options
author | Matt Lenc <mattl@incuna.com> | 2014-06-18 12:27:54 +0100 |
---|---|---|
committer | Matt Lenc <mattl@incuna.com> | 2014-06-18 12:27:54 +0100 |
commit | 3898e56c1f8a4cceea21e2628fdb7d93f97ca615 (patch) | |
tree | fe40487b8580843f2e15eaa2c9b8c15594b727b8 /.travis.yml | |
parent | 6819627b1748a1cf367238015a0aec1df2a1bed3 (diff) | |
download | django-wkhtmltopdf-3898e56c1f8a4cceea21e2628fdb7d93f97ca615.tar.gz django-wkhtmltopdf-3898e56c1f8a4cceea21e2628fdb7d93f97ca615.tar.bz2 django-wkhtmltopdf-3898e56c1f8a4cceea21e2628fdb7d93f97ca615.zip |
Make teh tests run right
Because Django 1.6 and other fireworks.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0cbb0de..a7f43c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ before_script: - "./before_script.sh" install: - pip install $DJANGO + - pip install -r test_requirements.txt - pip install . script: - make test |