6 Commits

Author SHA1 Message Date
Cosimo Lupo
974bb8aca9 [setup.py] use bump2version, up-to-date fork of bumpversion
The latter is no longer maintained.

https://github.com/c4urself/bump2version
2017-10-03 12:37:51 +01:00
Gustavo Ferreira
c826e5d88f adding Sphinx to dev-requirements.txt, restoring ttx man page 2017-04-24 10:42:42 -03:00
Cosimo Lupo
b7505c0b64
Update dev-requirements.txt: require pytest 3; use default bumpversion
we need pytest 3 for some tests use `pytest.approx()`.

we no longer need patched bumpversion, as we now call `git tag` ourselves (in `python setup.py release`)
2017-01-17 13:33:47 +00:00
Cosimo Lupo
f136bfe844 dev-requirements.txt: use bumpversion (fork with annotated tags support) 2016-10-12 00:49:57 +01:00
Cosimo Lupo
fe740dbb68 dev-requirements.txt: add virtualenv>=15.0 as Appveyor ships with an old one
virtualenv is required by tox. Appveyor ships with virtualenv 13.x or something.
tox works fine with that.

However, virtualenv install its own embedded version of pip in the newly created environments. When we install the requirements.txt, pip complains that pip is not up-to-date. Updating virtualenv makes pip stop complaining.

Woosh.
2016-04-10 19:17:36 +01:00
Cosimo Lupo
258cb84c52 [dev-requirements.txt] add pytest and tox to dev-requirements.txt
In theory only pytest would be required for devs to run the tests locally, but we also use tox for setting up the test virtualenvs on the CI.
2016-02-07 01:04:20 +00:00