Skip to content

Commit

Permalink
Require and test against gevent 1.1rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhgg committed Nov 17, 2015
1 parent 800d012 commit 006493b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
keywords='api graphql protocol rest',
packages=find_packages(exclude=['tests', 'tests_py35']),
install_requires=['six>=1.10.0'],
tests_require=['pytest>=2.7.3', 'gevent==1.1b5', 'six>=1.10.0'],
tests_require=['pytest>=2.7.3', 'gevent==1.1rc1', 'six>=1.10.0'],
extras_require={
'gevent': [
'gevent==1.1b5'
'gevent==1.1rc1'
]
}
)
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = flake8,import-order,py27,py33,py34,py35,pypy,docs
[testenv]
deps =
pytest>=2.7.2
gevent==1.1b5
gevent==1.1rc1
six>=1.10.0
commands =
py{27,33,34,py}: py.test tests {posargs}
Expand All @@ -19,7 +19,7 @@ commands = flake8
basepython=python3.5
deps =
import-order
gevent==1.1b5
gevent==1.1rc1
commands = import-order graphql

[testenv:docs]
Expand Down

0 comments on commit 006493b

Please sign in to comment.