Skip to content

Commit 2ccdfbf

Browse files
committed
test_bump pytest version
1 parent 34acd97 commit 2ccdfbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- 3.7
3+
- 3.6
44
services:
55
- docker
66

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ docker
22
schedule
33
prometheus_client
44
requests
5-
pytest
5+
pytest>=3.6
66
pytest-cov
77
pytest-mock
88
codecov

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'schedule',
1010
'prometheus_client',
1111
'requests',
12-
'pytest'
12+
'pytest >= 3.6')'
1313
'pytest-cov',
1414
'pytest-mock',
1515
'codecov',

0 commit comments

Comments
 (0)