summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2016-04-22 18:44:16 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2016-04-22 18:44:16 +0200
commitc7ba58cfaea8c524675085ee5f2c2b511cc6440b (patch)
treed0633d0a1ce7fb59fcdd9d7ccd27a72db99ff95e
parent4a463b4c37128217144895be4f6bbc24b10e48b5 (diff)
downloadwerkzeug-debugger-test.tar.gz
Install Python versions before Travis doesdebugger-test
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 22e7b06e..c17ad9b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ os:
- linux
- osx
-install:
+before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew install python python3;
@@ -36,6 +36,8 @@ install:
pyenv global pypy-4.0.1;
fi
- python --version
+
+install:
- pip install tox flake8
script: