[Python-modules-commits] [ipdb] 08/14: Add most recent Python versions in Travis CI
Andrey Rahmatullin
wrar at moszumanska.debian.org
Thu Jan 18 17:50:21 UTC 2018
This is an automated email from the git hooks/post-receive script.
wrar pushed a commit to annotated tag 0.10.3
in repository ipdb.
commit d48d532a16b600b1c3393029d6440480f178236e
Author: Sylvain <sylvain.desodt+github at gmail.com>
Date: Tue Mar 7 11:57:44 2017 +0100
Add most recent Python versions in Travis CI
Add more recent Python versions including development branches and nightly build.
---
.travis.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 06d4954..c0de162 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,10 @@ python:
- "3.3"
- "3.4"
- "3.5"
+ - "3.6"
+ - "3.6-dev"
+ - "3.7-dev"
+ - "nightly"
- "pypy"
env:
- IPYTHON_VERSION=">1.0,<2.0"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipdb.git
More information about the Python-modules-commits
mailing list