summaryrefslogtreecommitdiff
path: root/.travis.yml
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 /.travis.yml
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 '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 521c383c..aff51bcb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,9 @@ language: python
matrix:
include:
- os: linux
+ python: 3.5.3
+ env: NOXSESSION=tests-3.5.3
+ - os: linux
python: 3.5
env: NOXSESSION=tests-3.5
- os: linux