Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test using tox conda #25

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

MutantPlatypus
Copy link
Contributor

@MutantPlatypus MutantPlatypus commented Sep 23, 2019

Sequential: Consider this PR after PR #23. As discussed in Issue #24.

This uses tox-conda to manage the dependencies for testing. All it takes to perform testing in all versions of Python is:

  1. Install miniconda (either 2 or 3)
  2. conda env create -n wavedrompy-test -c conda-forge tox-conda
  3. Navigate to source directory
  4. tox

The prequisites for the environment to run tox are node, npm, git,
and tox.
tox-conda requires python>=3.5, but can create conda environments with
any Python
@wallento
Copy link
Owner

I am happy to adopt this, despite I never used conda myself. Can you still guide me with adopting that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants