We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34acd97 commit 2ccdfbfCopy full SHA for 2ccdfbf
.travis.yml
@@ -1,6 +1,6 @@
1
language: python
2
python:
3
- - 3.7
+ - 3.6
4
services:
5
- docker
6
requirements-dev.txt
@@ -2,7 +2,7 @@ docker
schedule
prometheus_client
requests
-pytest
+pytest>=3.6
pytest-cov
7
pytest-mock
8
codecov
setup.py
@@ -9,7 +9,7 @@
9
'schedule',
10
'prometheus_client',
11
'requests',
12
- 'pytest'
+ 'pytest >= 3.6')'
13
'pytest-cov',
14
'pytest-mock',
15
'codecov',
0 commit comments