Commit Graph

10 Commits (master)

Author SHA1 Message Date
Marco Hinz 0e618f0c6c
Remove Python 3.4, add Python 3.8
Python 3.4 reached its end-of-life.
5 years ago
Marco Hinz ed5741c53e
Travis: make PyPI provider create bdist_wheel 5 years ago
Marco Hinz 0d85962e5d
CI: test with Python 3.7 6 years ago
Marco Hinz 9d84a9d655
CI: a few modifications
- fix the tags regex
- avoid "branch not permitted" at deploy stage
6 years ago
Marco Hinz c69e690b2f
CI: deploy for all branches
When you tag a commit on master and push it to GitHub, TravisCI will actually
run two builds, one for master and one for a branch named after the tag.

We use a conditional deploy stage. It will be only used if the git tag happens
to match a certain regexp.

By default the deployment provider only deploys for the master branch. That will
never be the case for our conditional stage. So we deploy for all branches now,
knowing it will only happen for tag branches anyway.
6 years ago
Marco Hinz fa7d9eebde
CI: use conditional deploy stage 6 years ago
Marco Hinz 2159a4f56d
CI: only deploy when all tests succeed 6 years ago
Marco Hinz 2926b4f8a5
CI: automatic deployment to PyPI 6 years ago
Marco Hinz 7f49f45423
CI: never notify me on success 7 years ago
Marco Hinz 1cf3ce4cbc
Add .travis.yml 7 years ago