Update travis config for pytest.

This commit is contained in:
Simon
2013-03-12 22:02:12 +01:00
parent e33761ae15
commit d7e169095b
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -3,3 +3,4 @@ clint
Jinja2
Markdown
Pillow
pytest