Mercurial > p > roundup > code
diff .travis.yml @ 5916:6b4857686365
revert code to try to debug issue2551025
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 12 Oct 2019 21:40:18 -0400 |
| parents | e7fe1d4398ba |
| children | 3a6114d377f4 |
line wrap: on
line diff
--- a/.travis.yml Sat Oct 12 21:17:38 2019 -0400 +++ b/.travis.yml Sat Oct 12 21:40:18 2019 -0400 @@ -83,8 +83,8 @@ - cd $TRAVIS_BUILD_DIR install: - #- pip install mysqlclient==1.3.13 - - pip install mysqlclient + - pip install mysqlclient==1.3.13 + #- pip install mysqlclient - pip install psycopg2 - pip install gpg pytz whoosh pyjwt - pip install pytest-cov codecov
