aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2018-09-14Remove flake8 from CI testsGravatar Jon Bernard 1-3/+0
2016-01-17Simplify tox configurationGravatar Jon Bernard 1-5/+2
2016-01-08Skip install for tox flake8 targetGravatar Jon Bernard 1-0/+1
2016-01-04Simplify tox flake8 targetGravatar Jon Bernard 1-1/+1
2015-12-30Remove explicit envlist from tox.iniGravatar Jon Bernard 1-3/+0
2015-12-30Remove bin scriptGravatar 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-28Remove release entry from tox configurationGravatar Jon Bernard 1-8/+0
2015-12-23Add py35 to the tox envlistGravatar Jon Bernard 1-1/+1
2015-02-21Add a tox target for new releasesGravatar Jon Bernard 1-0/+8
2015-02-21Run flake8 only on specific directoriesGravatar Jon Bernard 1-1/+1
2014-07-24Add flake8 to the tox test environmentGravatar Jon Bernard 1-0/+7
2014-07-11Add positional arguments to tox.iniGravatar Jon Bernard 1-2/+2
This allows you to pass additional flags to pytest.
2014-07-11Remove envlist from tox.iniGravatar 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-10Add tox configuration fileGravatar Jon Bernard 1-0/+6