summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index aff51bcb..6a9cdac2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,9 @@ language: python
matrix:
include:
- os: linux
+ python: 3.5.2
+ env: NOXSESSION=tests-3.5.2
+ - os: linux
python: 3.5.3
env: NOXSESSION=tests-3.5.3
- os: linux
@@ -38,7 +41,7 @@ matrix:
# - BREW_INSTALL=python3
install:
- - pip install flake8 nox
+ - if [[ $TRAVIS_PYTHON_VERSION == 3.5.2 ]]; then pip install flake8 nox==2019.11.9; else pip install flake8 nox; fi
# - |
# if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
# if [[ -n "$BREW_INSTALL" ]]; then