Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing broken travis/appveyor to proper test memory-leaks #398
  • Loading branch information
searchivarius committed Jun 23, 2019
1 parent 0a28d3e commit c9fc0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -24,7 +24,7 @@ install:
if ($env:PYTHON) {
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
$env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH"
pip install --disable-pip-version-check --user --upgrade pip setuptools six
pip install --disable-pip-version-check --user --upgrade pip setuptools six psutil
} elseif ($env:CONDA) {
if ($env:CONDA -eq "27") { $env:CONDA = "" }
if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -114,7 +114,7 @@ install:
fi
make -j 4
$PY -m pip install --upgrade pip
travis_wait travis_retry $PIP install scipy six flake8
travis_wait travis_retry $PIP install scipy six flake8 psutil
travis_wait travis_retry $PIP install -r python_bindings/requirements.txt
travis_retry cd python_bindings && $PY setup.py build install && cd ..
Expand Down

0 comments on commit c9fc0b8

Please sign in to comment.