Skip to content

Commit 2adfd8a

Browse files
committed
Pin pytest version
1 parent d3ca5f3 commit 2adfd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache: pip
66
install:
77
- python setup.py sdist
88
- python setup.py install
9-
- pip install pytest pytest-cov requests coveralls codacy-coverage
9+
- pip install pytest>=4.4.0 pytest-cov requests coveralls codacy-coverage
1010

1111
script:
1212
- python setup.py test -a '--cov-config .coveragerc --cov=json_to_models -m "not no_expected" test/'

0 commit comments

Comments
 (0)