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 ee5488c commit ffff080Copy full SHA for ffff080
.travis.yml
@@ -25,7 +25,11 @@ before_install:
25
26
install:
27
- pip install MySQL-python psycopg2 pytz whoosh
28
- - pip install git+https://bitbucket.org/malb/pyme.git
+ # errors during build with:
29
+ # make: *** No rule to make target '/gpgme.h', needed by 'gpgme.h'. Stop.
30
+ # ... gcc: error: gpgme_wrap.c: No such file or directory
31
+ # so comment out for now and test will be skipped
32
+ #- pip install git+https://bitbucket.org/malb/pyme.git
33
- pip install pytest-cov codecov
34
35
before_script:
0 commit comments