Skip to content

Commit

Permalink
require minimum setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Sep 30, 2016
1 parent df12502 commit 2653788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
- XDIST=1 INSTALL=install
- XDIST=0 INSTALL=develop
install:
- pip install "setuptools>=18.0.0"
- "pip install -r requirements-test.txt"
- python setup.py $INSTALL
- pip install pytest_elasticsearch[tests] coveralls wheel
Expand Down

0 comments on commit 2653788

Please sign in to comment.