neithere / argh

An argparse wrapper that doesn't make you say "argh" each time you deal with it.
http://argh.rtfd.org
GNU Lesser General Public License v3.0
369 stars 56 forks source link

Use reqs-dev.txt to build the tox environments #84

Closed mnencia closed 9 years ago

mnencia commented 9 years ago

At the moment tox is unusable because installing dependencies without forcing a version leads to a conflict. Using the reqs-dev.txt file to install the dependencies fixes the issue.

neithere commented 9 years ago

I'm not sure how it leads to a conflict but of course it's a good idea, thanks!