Uppercase 'Graphene'

This commit is contained in:
Dan 2018-05-28 13:24:46 -07:00 committed by GitHub
parent 7684f97496
commit c4e24940f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ You can also run the benchmarks with:
py.test graphene --benchmark-only
```
graphene supports several versions of Python. To make sure that changes do not break compatibility with any of those versions, we use `tox` to create virtualenvs for each python version and run tests with that version. To run against all python versions defined in the `tox.ini` config file, just run:
Graphene supports several versions of Python. To make sure that changes do not break compatibility with any of those versions, we use `tox` to create virtualenvs for each python version and run tests with that version. To run against all python versions defined in the `tox.ini` config file, just run:
```sh
tox
```