diff options
author | Eric Lin <anselor@gmail.com> | 2020-08-06 14:45:55 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-08-10 23:00:09 -0400 |
commit | 9d314de00100642679abda2cd5e7e0302cde9679 (patch) | |
tree | 3ab8965c096f6953ced2a0c82b28e89862cdb686 /noxfile.py | |
parent | faaf79b695a4ee91634d166dd050d2a28bb65632 (diff) | |
download | cmd2-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |