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

Side by Side Diff: tox.ini

Issue 29350236: Issue 4373 - Made jshydra compatible with Python 3 (Closed)
Patch Set: Created Aug. 28, 2016, 10:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [tox]
2 envlist = py27,py35
3 skipsdist = true
4
5 [testenv]
6 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.
OLDNEW

Powered by Google App Engine
This is Rietveld