Mercurial > p > roundup > code
diff .travis.yml @ 6095:3ada6a3f48e1
fixed ReStructuredText encoding with Python 3
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Wed, 19 Feb 2020 22:47:42 +0000 |
| parents | f18f12d6ce9a |
| children | 90a1470edbea |
line wrap: on
line diff
--- a/.travis.yml Thu Feb 13 19:51:45 2020 +0000 +++ b/.travis.yml Wed Feb 19 22:47:42 2020 +0000 @@ -93,6 +93,7 @@ - pip install psycopg2 - pip install gpg pytz whoosh pyjwt - pip install pytest-cov codecov + - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi before_script: # set up mysql database
