Skip to content

Commit

Permalink
ignored setuptools upgrade on travis for python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 9, 2018
1 parent 32f4f86 commit b7e8d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ python:
- "pypy3.5-5.8.0"
services: mongodb
before_install:
- if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]] && [[ $TRAVIS_PYTHON_VERSION != "pypy3-2.4.0" ]]; then pip install --upgrade pip setuptools; fi
- if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]] && [[ $TRAVIS_PYTHON_VERSION != "3.3" ]] && [[ $TRAVIS_PYTHON_VERSION != "pypy3-2.4.0" ]]; then pip install --upgrade pip setuptools; fi
install:
- pip install "pkginfo<1.3"
- pip install -r requirements.txt
Expand Down

0 comments on commit b7e8d38

Please sign in to comment.