Use latest pytest for tests.

This commit is contained in:
Andris Raugulis 2016-10-07 20:03:37 +03:00
parent 07c272f197
commit 4d16a58f22

View File

@ -8,7 +8,7 @@ python:
- pypy - pypy
- pypy3 - pypy3
install: install:
- pip install pytest - pip install --upgrade pytest
script: script:
- py.test -v test - py.test -v test