From d7e169095bc025c529db542ed9142d48e5d17b0b Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 12 Mar 2013 22:02:12 +0100 Subject: [PATCH] Update travis config for pytest. --- .travis.yml | 4 ++-- requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cabc374..2157ea5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ before_install: - sudo apt-get update -qq - sudo apt-get install -qq libfreetype6-dev libjpeg8-dev zlib1g-dev install: - - pip install nose unittest2 --use-mirrors + - pip install pytest --use-mirrors - pip install . --use-mirrors -script: nosetests +script: pytest diff --git a/requirements.txt b/requirements.txt index 38259c2..45cc767 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ clint Jinja2 Markdown Pillow +pytest