Skip to content

Commit

Permalink
limit setuptools required version, since dropping python 3.2 (and pyp…
Browse files Browse the repository at this point in the history
…y3 - py3.2) support
  • Loading branch information
fizyk committed Dec 5, 2016
1 parent 0014e45 commit 336862c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
- XDIST=1 INSTALL=install
- XDIST=0 INSTALL=develop
install:
- pip install "setuptools>=18.0.0"
- pip install "setuptools>=18.0.0,<30.0.0" # pypy support
- "pip install -r requirements-test.txt"
- python setup.py $INSTALL
- pip install pytest_elasticsearch[tests] coveralls wheel
Expand Down

0 comments on commit 336862c

Please sign in to comment.