Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-14 | Remove flake8 from CI tests | Jon Bernard | 1 | -3/+0 | |
2016-01-17 | Simplify tox configuration | Jon Bernard | 1 | -5/+2 | |
2016-01-08 | Skip install for tox flake8 target | Jon Bernard | 1 | -0/+1 | |
2016-01-04 | Simplify tox flake8 target | Jon Bernard | 1 | -1/+1 | |
2015-12-30 | Remove explicit envlist from tox.ini | Jon Bernard | 1 | -3/+0 | |
2015-12-30 | Remove bin script | Jon Bernard | 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 | Jon Bernard | 1 | -8/+0 | |
2015-12-23 | Add py35 to the tox envlist | Jon Bernard | 1 | -1/+1 | |
2015-02-21 | Add a tox target for new releases | Jon Bernard | 1 | -0/+8 | |
2015-02-21 | Run flake8 only on specific directories | Jon Bernard | 1 | -1/+1 | |
2014-07-24 | Add flake8 to the tox test environment | Jon Bernard | 1 | -0/+7 | |
2014-07-11 | Add positional arguments to tox.ini | Jon Bernard | 1 | -2/+2 | |
This allows you to pass additional flags to pytest. | |||||
2014-07-11 | Remove envlist from tox.ini | Jon Bernard | 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 | Jon Bernard | 1 | -0/+6 | |