Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
dogfood package dependencies for extras
Browse files Browse the repository at this point in the history
  • Loading branch information
glennklockwood committed May 7, 2019
1 parent 7b87f0b commit 240be24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-)")

0 comments on commit 240be24

Please sign in to comment.