Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tox.ini

Issue 29350236: Issue 4373 - Made jshydra compatible with Python 3 (Closed)
Patch Set: Created Aug. 28, 2016, 10:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tox.ini
===================================================================
new file mode 100644
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,6 @@
+[tox]
+envlist = py27,py35
+skipsdist = true
+
+[testenv]
+commands = python autotest.py
Sebastian Noack 2016/08/28 22:36:14 Note that in order to test all code paths, we'd ha
Vasily Kuznetsov 2016/08/29 15:29:52 What you say makes sense, however, downloading use
Sebastian Noack 2016/08/30 11:44:38 There you go, however, I decided to check for an o
Vasily Kuznetsov 2016/08/30 13:16:30 Great, this is even better.

Powered by Google App Engine
This is Rietveld