From 780fcd44af850ec609e33014df509dbdf1053245 Mon Sep 17 00:00:00 2001 From: ofgulban Date: Thu, 11 Jan 2018 19:09:01 +0100 Subject: [PATCH] trying another fix for pytest... ...running with the wrong python version --- .appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0e0b2385..b9375f7e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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