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 c8ac291 commit 6e79d33Copy full SHA for 6e79d33
.travis.yml
@@ -9,7 +9,7 @@ before_install:
9
install:
10
- |
11
if [ "$TEST_TYPE" = build ]; then
12
- pip install pytest>=3.6 pytest-cov pytest-benchmark coveralls six mock sqlalchemy_utils
+ pip install "pytest>=3.6" pytest-cov pytest-benchmark coveralls six mock sqlalchemy_utils
13
pip install -e .
14
python setup.py develop
15
elif [ "$TEST_TYPE" = lint ]; then
0 commit comments