From 11300ab5f5cdefdda140f26c4ded7ef3b4471d1f Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Sat, 10 Oct 2015 17:50:41 -0700 Subject: [PATCH] Fixed #9. Improved tox testing --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 89fccc2e..1d314eb8 100644 --- a/tox.ini +++ b/tox.ini @@ -6,15 +6,15 @@ deps= pytest>=2.7.2 django>=1.8.0,<1.9 pytest-django - graphql-core==0.1a0 + graphql-core==0.1a3 graphql-relay==0.2.0 - flake8 six blinker singledispatch +setenv = + PYTHONPATH = .:{envdir} commands= py.test - flake8 [pytest] DJANGO_SETTINGS_MODULE = tests.django_settings