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 e07076d commit 6449bbcCopy full SHA for 6449bbc
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
install:
23
- |
24
if [ "$TEST_TYPE" = build ]; then
25
- pip install pytest==3.0.2 pytest-cov pytest-benchmark coveralls six mock
+ pip install pytest==3.0.2 pytest-cov pytest-benchmark coveralls six mock sqlalchemy_utils
26
pip install -e .
27
python setup.py develop
28
elif [ "$TEST_TYPE" = lint ]; then
setup.py
@@ -40,5 +40,6 @@
40
tests_require=[
41
'pytest>=2.7.2',
42
'mock',
43
+ 'sqlalchemy_utils',
44
],
45
)
0 commit comments