# HG changeset patch # User John Rouillard # Date 1566435572 14400 # Node ID 44b6a79f4e70a3d018a63dbf1098ee3371d10fc5 # Parent 9a180b836055c70fc9490976349d86bf59cf1b2e pyme no longer exists at pypi. Try using the git repo of record so we can run the tests on this year old tree. Right after this release in mid 2018, pyme was depricated on 2018-10-16. diff -r 9a180b836055 -r 44b6a79f4e70 .travis.yml --- a/.travis.yml Sat Jul 13 09:14:04 2019 -0400 +++ b/.travis.yml Wed Aug 21 20:59:32 2019 -0400 @@ -24,7 +24,8 @@ - cd $TRAVIS_BUILD_DIR install: - - pip install MySQL-python psycopg2 pytz pyme whoosh + - pip install MySQL-python psycopg2 pytz whoosh + - pip install git+https://bitbucket.org/malb/pyme.git - pip install pytest-cov codecov before_script: