tox but with conda
Project description
[tox](http://tox.readthedocs.org/) but with conda.
[![Build Status](https://travis-ci.org/hayd/ctox.svg?branch=master)](https://travis-ci.org/hayd/ctox)
This is a really rough hack to replicate tox using conda (Note that tox is professionally supported whilst ctox isn’t supported). In the long-term a much better solution is to add conda support to tox…
Currently:
conda envs and dependancies are cached (very naively)
some tox substitutions (some missing features)
~~no~~ some cli options (lots of missing features)
no parallel support (yet)
bugs (probably lots)
However, the neat thing is that it makes tox-like testing on a machine with conda installed, but not all python versions are installed.
In conclusion, you’re probably better off using tox, here be :dragon:s.
Usage
Have conda installed on your system. The recommended way (I think) is via [miniconda](http://conda.pydata.org/miniconda.html), the not recommended way (which will almost certainly fail) is via pip, please don’t use this with conda installed via pip.
In the project’s directory (which has a tox.ini file):
`sh cd project_dir ctox # or to pdb into any failing environments ctox -- --pdb --pdb-fail ` Note this assumes you have something like `nosetest {posargs}` (or `py.test {posargs}`) in the projects tox.ini file. which this will be replaced with `nosetest –pdb –pdb-fail` (or `py.test –pdb –pdb-fail`).
Why
I was sick of InterpreterNotFound when trying to use tox having installed python with conda. This solves that and I thought it wouldn’t take very long to put together. No doubt I should’ve just hacked on tox, which in the long-run will be the best solution, but there you are!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ctox-0.1.3.tar.gz
.
File metadata
- Download URL: ctox-0.1.3.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 790c3daee84b72c213688d859e77703f3ddd22346ddcaea59d87cbe433ff6ad5 |
|
MD5 | 25dc3731dc64afd5b88ba04be0ea6ab5 |
|
BLAKE2b-256 | 9613ab08f99e40af234a0617a6d3f3038d12ad20d24e593753fc31f1e6430e24 |
File details
Details for the file ctox-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: ctox-0.1.3-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49193abad955f82899529484d444572f70396683a2ffdf34b95e67423f9a7b59 |
|
MD5 | 5194a892ef8f414961069bf5676a6250 |
|
BLAKE2b-256 | f91952bac571ded95f71fe638ffd625cf528504d7a9635159105c38d6e45a0aa |