File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" && "${BUILD}" == *wheels* ]]; then
2727 fi
2828 fi
2929
30- sudo service postgresql start ${PGVERSION}
30+ sudo pg_ctlcluster ${PGVERSION} main restart
3131fi
3232
3333if [ " ${TRAVIS_OS_NAME} " == " osx" ]; then
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ matrix:
138138 # Also use this job to publish the releases and build
139139 # the documentation.
140140 - os : linux
141- dist : xenial
141+ dist : bionic
142142 sudo : required
143143 language : python
144144 python : " 3.6"
Original file line number Diff line number Diff line change 3131# snapshots will automatically include the git revision
3232# in __version__, for example: '0.16.0.dev0+ge06ad03'
3333
34- __version__ = '0.20.0 '
34+ __version__ = '0.20.1 '
You can’t perform that action at this time.
0 commit comments