Add "pytest" environment

This commit is contained in:
Ivan Kravets
2015-02-13 18:41:48 +02:00
parent ac14103870
commit 3bfe2914f5

View File

@ -4,6 +4,7 @@ python: 2.7
env: env:
- TOX_ENV=lint - TOX_ENV=lint
- TOX_ENV=py26 - TOX_ENV=py26
- TOX_ENV=pytest
install: install:
- pip install tox - pip install tox