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 d3ca5f3 commit 2adfd8aCopy full SHA for 2adfd8a
.travis.yml
@@ -6,7 +6,7 @@ cache: pip
6
install:
7
- python setup.py sdist
8
- python setup.py install
9
- - pip install pytest pytest-cov requests coveralls codacy-coverage
+ - pip install pytest>=4.4.0 pytest-cov requests coveralls codacy-coverage
10
11
script:
12
- python setup.py test -a '--cov-config .coveragerc --cov=json_to_models -m "not no_expected" test/'
0 commit comments