Skip to content

Commit

Permalink
Merge pull request #100 from ccordoba12/use-defaults
Browse files Browse the repository at this point in the history
PR: Use conda defaults channel for testing
  • Loading branch information
ccordoba12 authored May 23, 2018
2 parents 2145471 + 93ffe7e commit 6b55978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ install:
# Use test conda environment
- "activate test"
# - CALL "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat" %ARCH%
- "conda install --file requirements.txt -c conda-forge"
- "conda install --file requirements.txt"
- "pip install twine"
- "%CMD_IN_ENV% python setup.py build_ext -i --compiler=mingw32"

# Not a .NET project, we build in the install step instead
build: false

test_script:
- "%CMD_IN_ENV% ciocheck winpty --disable-tests"
- "conda remove pytest-xdist"
#- "%CMD_IN_ENV% ciocheck winpty --disable-tests"
#- "conda remove pytest-xdist"
- "%CMD_IN_ENV% pytest winpty --cov=winpty --cov-report term-missing -v"
- "%CMD_IN_ENV% coveralls"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ m2w64-toolchain
libpython

# Test requirements
ciocheck
coveralls
flaky
pytest-cov

0 comments on commit 6b55978

Please sign in to comment.