diff options
| -rw-r--r-- | .travis.yml | 4 |
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: |
