mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Added six to requirements
This commit is contained in:
parent
cb6809c5f0
commit
f2bc5eddd5
|
@ -3,7 +3,7 @@ sudo: false
|
|||
python:
|
||||
- 2.7
|
||||
install:
|
||||
- pip install pytest pytest-cov coveralls flake8
|
||||
- pip install pytest pytest-cov coveralls flake8 six
|
||||
- pip install git+https://github.com/dittos/graphqllib.git # Last version of graphqllib
|
||||
- pip install graphql-relay
|
||||
- python setup.py develop
|
||||
|
|
Loading…
Reference in New Issue
Block a user