Skip to content

Commit ffff080

Browse files
committed
pyme build failed. Comment out install and just have the pyme/gpg test
get skipped.
1 parent ee5488c commit ffff080

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ before_install:
2525

2626
install:
2727
- pip install MySQL-python psycopg2 pytz whoosh
28-
- pip install git+https://bitbucket.org/malb/pyme.git
28+
# 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
2933
- pip install pytest-cov codecov
3034

3135
before_script:

0 commit comments

Comments
 (0)