Skip to content

Commit

Permalink
Merge a1d8220 into 6df42bd
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed May 3, 2021
2 parents 6df42bd + a1d8220 commit f72a4b9
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ install:
else
COMPILERS=gcc_linux-64;
MUMPS=mumps-mpi=5.1.2=h5bebb2f_1007;
sudo add-apt-repository -y ppa:octave/stable;
sudo apt-get update -qq;
sudo apt install -y octave;
fi

- conda install $COMPILERS
Expand All @@ -77,16 +74,9 @@ install:
conda install nlopt petsc4py petsc $MUMPS mpi4py scipy $MPI;
fi

# Begin: Dependencies only for regression tests
- pip install DFO-LS
- pip install deap
- conda install psutil
- pip install mpmath
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
pip install scikit-build packaging Tasmanian --user;
fi
# End: dependencies only for regression tests
#
- pip install DFO-LS
- pip install flake8
- pip install coverage==4.5.4
- pip install pytest
Expand All @@ -103,9 +93,6 @@ install:

before_script:
- flake8 libensemble
# - echo "export BALSAM_DB_PATH=~/test-balsam" > setbalsampath.sh
# - source setbalsampath.sh # Imperfect method for env var persist after setup
- ulimit -Sn 10000 # More concurrent file descriptors (for persis aposmm)

# Run test (-z show output)
script:
Expand Down

0 comments on commit f72a4b9

Please sign in to comment.