Skip to content

Commit

Permalink
Merge pull request #427 from Libensemble/testing/osx_tasmanian_skip
Browse files Browse the repository at this point in the history
Skip tasmanian test on osx
  • Loading branch information
jmlarson1 committed Apr 17, 2020
2 parents d8eb96a + fe51137 commit 41198d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -76,7 +76,9 @@ install:
# Begin: Dependencies only for regression tests
- pip install DFO-LS
- pip install deap
- pip install scikit-build packaging Tasmanian --user
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
pip install scikit-build packaging Tasmanian --user;
fi
# End: dependencies only for regression tests
#
- pip install flake8
Expand Down
Expand Up @@ -7,6 +7,7 @@
# Do not change these lines - they are parsed by run-tests.sh
# TESTSUITE_COMMS: local
# TESTSUITE_NPROCS: 4
# TESTSUITE_OS_SKIP: OSX

import sys
import numpy as np
Expand Down

0 comments on commit 41198d6

Please sign in to comment.