Skip to content

Commit

Permalink
Merge 336862c into 3fd482c
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Dec 5, 2016
2 parents 3fd482c + 336862c commit 34d795d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pydocstyle==1.1.1
pycodestyle==2.2.0
mccabe==0.5.2
pyroma==2.2
pytest==3.0.4 # rq.filter: !=2.9.0,!=2.9.1,!=2.9.2
pytest==3.0.5 # rq.filter: !=2.9.0,!=2.9.1,!=2.9.2
path.py==9.0
port-for==0.3.1

0 comments on commit 34d795d

Please sign in to comment.