Skip to content

Commit

Permalink
test_bump pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a committed Jan 8, 2019
1 parent 34acd97 commit 2ccdfbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- 3.7
- 3.6
services:
- docker

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ docker
schedule
prometheus_client
requests
pytest
pytest>=3.6
pytest-cov
pytest-mock
codecov
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'schedule',
'prometheus_client',
'requests',
'pytest'
'pytest >= 3.6')'
'pytest-cov',
'pytest-mock',
'codecov',
Expand Down

0 comments on commit 2ccdfbf

Please sign in to comment.