Skip to content

Commit 6449bbc

Browse files
committed
Added sqlalchemy_utils to the test requirements
1 parent e07076d commit 6449bbc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
install:
2323
- |
2424
if [ "$TEST_TYPE" = build ]; then
25-
pip install pytest==3.0.2 pytest-cov pytest-benchmark coveralls six mock
25+
pip install pytest==3.0.2 pytest-cov pytest-benchmark coveralls six mock sqlalchemy_utils
2626
pip install -e .
2727
python setup.py develop
2828
elif [ "$TEST_TYPE" = lint ]; then

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
tests_require=[
4141
'pytest>=2.7.2',
4242
'mock',
43+
'sqlalchemy_utils',
4344
],
4445
)

0 commit comments

Comments
 (0)