Vadim Zeitlin
c7961fa666
Don't upgrade pip to a version which is too new
...
Amazingly, updating a package has no problems with installing a newer
version incompatible with the current Python version, such as installing
pip 21 when using Python 3.5.
2021-04-04 01:43:50 +02:00
Vadim Zeitlin
d5d28e639e
Attempt to make pip install actually work by upgrading it first
...
Old pip versions don't work when used with python3, so upgrade pip
before trying to use it.
2021-04-04 01:43:12 +02:00
Vadim Zeitlin
da0f6bd2a6
Use Python 3 for running httpbin in non-Trusty Linux CI builds
...
Even Ubuntu 16.04 has Python 3 and pip3, so just use them instead of
trying to work around problems with Python 2.
2021-04-04 01:25:04 +02:00
Vadim Zeitlin
2b89215eec
Extract function for launching httpbin into its own file
...
Allow reusing it between GitHub and Travis CI.
Also show httpbin log in Travis CI logs too, not just on GitHub.
2021-04-04 01:00:35 +02:00