From 240be24da2d2e618fb1113f256a27f8b35b4df3f Mon Sep 17 00:00:00 2001 From: "Glenn K. Lockwood" Date: Mon, 6 May 2019 12:28:44 -0700 Subject: [PATCH] dogfood package dependencies for extras --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 847371d..b9e5215 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_script: - (cd darshan/darshan-util && ./configure && make darshan-parser) install: - python setup.py sdist - - pip install dist/* -script: (mv tokio _tokio && ./tests/run_tests.sh --with-coverage) + - bash -c 'for i in dist/pytokio-*.tar.gz; do pip install "${i}[collectdes,nersc_globuslogs,esnet_snmp,lmtdb,nersc_jobsdb]";done' +script: (rm -rf tokio && ./tests/run_tests.sh --with-coverage) after_success: - (cd tests && coveralls --base_dir "$(pip show pytokio | grep 'Location:' | cut -d ' ' -f2-)")