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 dc92d1c commit e498ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ python:
- "pypy2.7-5.8.0"
- "pypy3.5-5.8.0"
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 e498ad6

Please sign in to comment.