test_old_deps.sh 345 B

12345678910111213
  1. #!/bin/bash
  2. # this script is run by buildkite in a plain `xenial` container; it installs the
  3. # minimal requirements for tox and hands over to the py35-old tox environment.
  4. set -ex
  5. apt-get update
  6. apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev tox
  7. export LANG="C.UTF-8"
  8. exec tox -e py35-old,combine