Skip to content

Commit

Permalink
added missing '; fi' at eol
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Nov 12, 2020
1 parent c7de893 commit 6ddec3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ install:
- 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
# most tests should run even without NEURON/LFPy
- if [[ "$TRAVIS_PYTHON_VERSION" < "3.9" ]]; then pip install neuron
- if [[ "$TRAVIS_PYTHON_VERSION" < "3.9" ]]; then pip install git+https://github.com/LFPy/LFPy.git@2.2.dev0#egg=LFPy
- if [[ "$TRAVIS_PYTHON_VERSION" < "3.9" ]]; then pip uninstall lfpykit -y # uninstall LFPykit from LFPy installation before reinstall
- if [[ "$TRAVIS_PYTHON_VERSION" < "3.9" ]]; then pip install neuron; fi
- if [[ "$TRAVIS_PYTHON_VERSION" < "3.9" ]]; then pip install git+https://github.com/LFPy/LFPy.git@2.2.dev0#egg=LFPy; fi
- if [[ "$TRAVIS_PYTHON_VERSION" < "3.9" ]]; then pip uninstall lfpykit -y; fi # uninstall LFPykit from LFPy installation before reinstall
- python setup.py install

script:
Expand Down

0 comments on commit 6ddec3b

Please sign in to comment.