Skip to content

Commit

Permalink
Add tox env for running the install test without Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Sep 15, 2020
1 parent 54b89fb commit 788d8f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@ skip_install = True
whitelist_externals = make
deps =
virtualenv

[testenv:py37-install-wheel-no-conda]
commands = make test-install-wheel-no-conda
skip_install = True
whitelist_externals = make
deps =
virtualenv

0 comments on commit 788d8f9

Please sign in to comment.