Skip to content

Commit

Permalink
another possible appveyor pytest error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ofgulban committed Jan 11, 2018
1 parent bc64c34 commit f47284f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ 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:
- activate segmentator
- py.test

0 comments on commit f47284f

Please sign in to comment.