Skip to content

Commit

Permalink
Fix pytest version (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldjebran authored Jan 24, 2019
1 parent 49f9a3f commit bf6f599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
install:
- pip install -U pip
- pip install -r requirements.txt
- pip install pytest pytest-cov pytest-xdist flake8 codecov unittest2
- pip install 'pytest>=4.0.2' pytest-cov pytest-xdist flake8 codecov unittest2
script:
- make lint
- make test
Expand Down

0 comments on commit bf6f599

Please sign in to comment.