Skip to content

Commit

Permalink
Testing: Use Pytest 3 for the time being because tests fail in version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Dec 9, 2018
1 parent 70cb4a3 commit 453723d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ 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"
- "conda install -c spyder-ide --file requirements.txt"
- "pip install twine codecov"
- "%CMD_IN_ENV% python setup.py build_ext -i --compiler=mingw32"

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

# Test requirements
pytest<4
coveralls
flaky
pytest-cov

0 comments on commit 453723d

Please sign in to comment.