Skip to content

Commit

Permalink
TST: Travis tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Caldwell committed Oct 5, 2020
1 parent c624fcc commit f2727c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ install:
command cd $TRAVIS_BUILD_DIR
python setup.py install
else
command cd $TRAVIS_BUILD_DIR
wsl -- pip install flake8 pytest pytest-cov coverage coveralls mne \
pytest-qt
wsl -- python3 setup.py install
Expand All @@ -78,9 +79,9 @@ script:
stop_vcxsrv || script_fail
else
echo "Running Python tests on host OS..."
pwd
source "$HOME/Miniconda3/etc/profile.d/conda.sh"
conda activate hnn
command cd $TRAVIS_BUILD_DIR
pwd
py.test --cov=. hnn/tests/
fi

Expand Down

0 comments on commit f2727c0

Please sign in to comment.