Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-17 | Simplify tox configuration | 1 | -5/+2 | ||
2016-01-08 | Skip install for tox flake8 target | 1 | -0/+1 | ||
2016-01-04 | Simplify tox flake8 target | 1 | -1/+1 | ||
2015-12-30 | Remove explicit envlist from tox.ini | 1 | -3/+0 | ||
2015-12-30 | Remove bin script | 1 | -1/+1 | ||
From what I've been reading, this approach has several limitations and since I use pip I've never really used it, even during development. I always use virtualenvs where the package and its entry point are installed with setuptools, so an explicit bin script seems like a relic of the past. I'll revisit this if people disagree. | |||||
2015-12-28 | Remove release entry from tox configuration | 1 | -8/+0 | ||
2015-12-23 | Add py35 to the tox envlist | 1 | -1/+1 | ||
2015-02-21 | Add a tox target for new releases | 1 | -0/+8 | ||
2015-02-21 | Run flake8 only on specific directories | 1 | -1/+1 | ||
2014-07-24 | Add flake8 to the tox test environment | 1 | -0/+7 | ||
2014-07-11 | Add positional arguments to tox.ini | 1 | -2/+2 | ||
This allows you to pass additional flags to pytest. | |||||
2014-07-11 | Remove envlist from tox.ini | 1 | -3/+0 | ||
I prefer executing 'tox' and having local results for my default version of python. Specifying a particular python version is easy with the '-e' flag. | |||||
2014-07-10 | Add tox configuration file | 1 | -0/+6 | ||