We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee45102 commit 3e0e2d4Copy full SHA for 3e0e2d4
.travis.yml
@@ -83,7 +83,7 @@ install:
83
# install sphinx for building the html docs
84
pip install sphinx
85
else
86
- pip install .
+ pip install .[test]
87
fi
88
89
script: |
setup.py
@@ -33,5 +33,9 @@
33
'python-magic',
34
'configobj>=4.7.0',
35
'pygpgme>=0.2'],
36
+ tests_require=[
37
+ 'mock',
38
+ ],
39
provides=['alot'],
40
+ test_suite="tests",
41
)
0 commit comments