summaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2020-08-06 14:45:55 -0400
committeranselor <anselor@gmail.com>2020-08-10 23:00:09 -0400
commit9d314de00100642679abda2cd5e7e0302cde9679 (patch)
tree3ab8965c096f6953ced2a0c82b28e89862cdb686 /noxfile.py
parentfaaf79b695a4ee91634d166dd050d2a28bb65632 (diff)
downloadcmd2-git-9d314de00100642679abda2cd5e7e0302cde9679.tar.gz
Adding explicit python 3.5.3 test to nox, travis.
Copied 3.5.4 definition of typing.Deque
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/noxfile.py b/noxfile.py
index ec8a16e2..4da881aa 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -14,7 +14,7 @@ def docs(session):
'-d', '{}/doctrees'.format(tmpdir), '.', '{}/html'.format(tmpdir))
-@nox.session(python=['3.5', '3.6', '3.7', '3.8', '3.9'])
+@nox.session(python=['3.5.3', '3.5', '3.6', '3.7', '3.8', '3.9'])
@nox.parametrize('plugin', [None,
'ext_test',
'template',