Skip to content

Commit

Permalink
trying another fix for pytest...
Browse files Browse the repository at this point in the history
...running with the wrong python version
  • Loading branch information
ofgulban committed Jan 11, 2018
1 parent f47284f commit 780fcd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"

install:
- pip install -U pytest
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- "conda env create --force -f environment.yml python=2.7"
- activate segmentator
- pytest --version
- python setup.py develop

test_script:
- py.test
- python -m pytest

0 comments on commit 780fcd4

Please sign in to comment.