comparison .travis.yml @ 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 3fcb7e09be2f
children cd39d25ab2fd
comparison
equal deleted inserted replaced
5844:9a180b836055 5852:44b6a79f4e70
22 22
23 # change back to the checked out repository directory 23 # change back to the checked out repository directory
24 - cd $TRAVIS_BUILD_DIR 24 - cd $TRAVIS_BUILD_DIR
25 25
26 install: 26 install:
27 - pip install MySQL-python psycopg2 pytz pyme whoosh 27 - pip install MySQL-python psycopg2 pytz whoosh
28 - pip install git+https://bitbucket.org/malb/pyme.git
28 - pip install pytest-cov codecov 29 - pip install pytest-cov codecov
29 30
30 before_script: 31 before_script:
31 # set up mysql database 32 # set up mysql database
32 - mysql -u root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";' 33 - mysql -u root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'

Roundup Issue Tracker: http://roundup-tracker.org/