Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Apr 10, 2019
1 parent 9f16604 commit 52d6383
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ build: false

test_script:
- CALL dev-init.bat
- py.test %ADD_COV% -m "not integration and not installed" -v -k test_cmd_exe_basic_integration
- py.test %ADD_COV% --cov-append -m "integration and not installed" -v -k test_cmd_exe_basic_integration
- py.test -v tests/test_activate.py::ShellWrapperIntegrationTests::test_bash_basic_integration
- DEL /Q /F conda.egg-info
- conda.exe build conda.recipe
- codecov --env PYTHON_VERSION --required
Expand Down

0 comments on commit 52d6383

Please sign in to comment.