From fa9cd770e745470e2af0e33a2ecbc569df694753 Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Thu, 9 Mar 2023 07:57:21 -0500 Subject: [PATCH] try putting things on one line ? --- tox.ini | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tox.ini b/tox.ini index ebcc0598f..0d1781cd1 100644 --- a/tox.ini +++ b/tox.ini @@ -10,15 +10,9 @@ set_env = casa: PIP_EXTRA_INDEX_URL = {env:PIP_EXTRA_INDEX_URL:https://casa-pip.nrao.edu/repository/pypi-group/simple} [testenv] -passenv = - HOME - DISPLAY - LC_ALL - LC_CTYPE -changedir = - .tmp/{envname} -description = - run tests with pytest +passenv = HOME,DISPLAY,LC_ALL,LC_CTYPE,ON_TRAVIS +changedir = .tmp/{envname} +description = run tests with pytest deps = dev: git+https://github.com/radio-astro-tools/pvextractor#egg=pvextractor dev: git+https://github.com/radio-astro-tools/radio-beam#egg=radio-beam