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: 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:
View unified diff | Download patch
« no previous file with comments | « 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')
OLDNEW
(Empty)
1 [tox]
2 envlist = py27,py35
3 skipsdist = true
4
5 [testenv]
6 whitelist_externals = sh
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
OLDNEW
« no previous file with comments | « autotest.py ('k') | utils.py » ('j') | utils.py » ('J')

Powered by Google App Engine
This is Rietveld