Skip to content

Commit

Permalink
Check for work queue import successful
Browse files Browse the repository at this point in the history
  • Loading branch information
leeping committed Nov 3, 2019
1 parent 58a9704 commit 28b8c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ install:
# Install Work Queue
- wget https://raw.githubusercontent.com/leeping/forcebalance/master/tools/install-cctools.sh
- bash install-cctools.sh
- echo "Checking for Work Queue import; if successful, no message will be printed"
- python -c "import work_queue"
- export PATH="$HOME/opt/cctools/current/bin:$PATH"
# Hopefully in the future, the customizations that LPW adds in `lpwgroup/cctools`
# can be folded back into the main repo. Then the cctools install will be as simple as
Expand Down

0 comments on commit 28b8c1d

Please sign in to comment.