Skip to content

Commit

Permalink
Merge branch 'master' into fix-90
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Nov 11, 2020
2 parents dd780cf + b8f08d3 commit 15fd56a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ install:

# Replace dep1 dep2 ... with your dependencies
- conda config --add channels conda-forge
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytest numpy scipy neuron=*=mpi_mpich* coveralls pytest-cov pip
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytest numpy scipy coveralls pytest-cov Cython h5py mpi4py MEAutility gxx_linux-64 pip
- conda activate test-environment
- pip install neuron
- pip install git+https://github.com/LFPy/LFPy.git@2.2.dev0#egg=LFPy
- pip uninstall lfpykit -y # uninstall LFPykit from LFPy installation before reinstall
- python setup.py install
Expand Down

0 comments on commit 15fd56a

Please sign in to comment.