install 135 B

123456789
  1. #!/bin/bash
  2. set -ex
  3. if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
  4. pip install tox==2.1.1
  5. else
  6. pip install --user tox==2.1.1
  7. fi