File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1313
1414install :
1515 - git clone git://github.com/astropy/ci-helpers.git
16- - source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh
16+ - source ci-helpers/travis/setup_conda.sh
17+
18+ # Make sure pytest-arraydiff wasn't installed by conda
19+ - conda remove pytest-arraydiff --force || true
1720
1821 # Need to use develop instead of install to make sure coverage works
19- - python setup.py develop
22+ - pip install -e .
2023
2124script :
2225 - python -c 'import pytest_arraydiff.plugin'
Original file line number Diff line number Diff line change @@ -217,7 +217,6 @@ def pytest_runtest_setup(self, item):
217217 compare = item .get_marker ('array_compare' )
218218 else :
219219 compare = item .get_closest_marker ('array_compare' )
220-
221220
222221 if compare is None :
223222 return
You can’t perform that action at this time.
0 commit comments