Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ install:
- pip install tox --quiet
script:
- tox -e $TOXENV
notifications:
slack: makerspacesdl:P1qFqL017sTI0MwENatxRLuM
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ six
selenium
mock
requests
graphql-core==1.1

6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ deps=
django-mptt
django-fobi==0.11.3
django-autoslug==1.9.3
graphene-django>=1.0
graphene-django==1.3
graphene==1.4.1
pytz
selenium
mock
PyJWT
graphql-core==1.1

[testenv]
setenv =
Expand All @@ -49,4 +51,4 @@ deps=
[testenv:py27_django11]
deps=
{[base]deps}
django < 1.12
django < 1.11.6