From d44e7086d747669657b2c5e176e141a4fff3cf9f Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 22 May 2019 00:17:42 +0200 Subject: [PATCH] For now use parso master for tox testing --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index da3b58ae..e5cac2eb 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ deps = sphinx < 2.0 cov: coverage # Overwrite the parso version (only used sometimes). -# git+https://github.com/davidhalter/parso.git + git+https://github.com/davidhalter/parso.git passenv = JEDI_TEST_ENVIRONMENT setenv = # https://github.com/tomchristie/django-rest-framework/issues/1957