← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/txpkgupload:tox-py35 into txpkgupload:master

 

Colin Watson has proposed merging ~cjwatson/txpkgupload:tox-py35 into txpkgupload:master.

Commit message:
Run tests on Python 3.5

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/txpkgupload/+git/txpkgupload/+merge/393562

We're still deploying to xenial, and this is the default Python 3 version there.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/txpkgupload:tox-py35 into txpkgupload:master.
diff --git a/tox.ini b/tox.ini
index 0282a98..7712137 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 envlist =
-    py27
+    py27,py35
 
 [testenv]
 install_command =