Make sure we always have the latest pytest version installed

This commit is contained in:
buckket 2016-02-10 20:47:10 +01:00
parent fe22e8f12f
commit 5cd856edd1
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ python:
install:
- pip install --editable .
- pip install coveralls
- pip install pytest pytest-cov
- pip install --upgrade coveralls
- pip install --upgrade pytest pytest-cov
script: make pytest