diff options
-rw-r--r-- | .travis.yml | 5 | ||||
-rw-r--r-- | wkhtmltopdf/tests/test_requirements.txt (renamed from requirements.txt) | 0 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 87ff52d..1dbd10d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: python python: + - 2.6 - 2.7 script: make test notifications: email: false install: - - pip install -r requirements.txt - - export DEBUG=True + - pip install -r wkhtmltopdf/tests/test_requirements.txt + - pip install . diff --git a/requirements.txt b/wkhtmltopdf/tests/test_requirements.txt index 3999bef..3999bef 100644 --- a/requirements.txt +++ b/wkhtmltopdf/tests/test_requirements.txt |