Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 61b5d44

Browse files
committed
Add psutil installation in travis tests
1 parent e20ed5e commit 61b5d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
2222
source $VENV_PATH/bin/activate
2323

2424
# install utilities
25-
$PIP install coverage flake8
25+
$PIP install coverage flake8 psutil
2626

2727
# install testgres' dependencies
2828
export PYTHONPATH=$(pwd)

0 commit comments

Comments
 (0)