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

Delta Between Two Patch Sets: tox.ini

Issue 29350236: Issue 4373 - Made jshydra compatible with Python 3 (Closed)
Left Patch Set: Created Aug. 28, 2016, 10:11 p.m.
Right Patch Set: Use urllib2, removed redundant future import, added option to test without caching Created Aug. 30, 2016, 11:33 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « autotest.py ('k') | utils.py » ('j') | utils.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [tox] 1 [tox]
2 envlist = py27,py35 2 envlist = py27,py35
3 skipsdist = true 3 skipsdist = true
4 4
5 [testenv] 5 [testenv]
6 commands = python autotest.py 6 whitelist_externals = sh
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.
7 commands =
8 # In order to make sure that the code downloading jsshell gets
9 # tested call "tox nocache". Consider calling "tox" (without arguments)
10 # afterwards to test the other scenario as well.
11 sh -c '[ "{posargs}" = "nocache" ] && rm -rf mozilla* || true'
12
13 python autotest.py
LEFTRIGHT

Powered by Google App Engine
This is Rietveld