Update travis config for pytest.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -3,3 +3,4 @@ clint
|
||||
Jinja2
|
||||
Markdown
|
||||
Pillow
|
||||
pytest
|
||||
|
||||
Reference in New Issue
Block a user