Skip to content

Commit 6e79d33

Browse files
committed
Fix travis build setup
1 parent c8ac291 commit 6e79d33

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
@@ -9,7 +9,7 @@ before_install:
99
install:
1010
- |
1111
if [ "$TEST_TYPE" = build ]; then
12-
pip install pytest>=3.6 pytest-cov pytest-benchmark coveralls six mock sqlalchemy_utils
12+
pip install "pytest>=3.6" pytest-cov pytest-benchmark coveralls six mock sqlalchemy_utils
1313
pip install -e .
1414
python setup.py develop
1515
elif [ "$TEST_TYPE" = lint ]; then

0 commit comments

Comments
 (0)