Skip to content

Commit

Permalink
Merge 6f5f330 into 6df42bd
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed May 3, 2021
2 parents 6df42bd + 6f5f330 commit 0caf94f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 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,8 @@ 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 flake8
- pip install coverage==4.5.4
- pip install pytest
Expand All @@ -103,9 +92,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 0caf94f

Please sign in to comment.