Mercurial > p > roundup > code
changeset 5852:44b6a79f4e70 maint-1.6
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.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 21 Aug 2019 20:59:32 -0400 |
| parents | 9a180b836055 |
| children | cd39d25ab2fd |
| files | .travis.yml |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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:
