From 5b4b7bd8a58c7cdb4a963b6d8e215a5d481228cc Mon Sep 17 00:00:00 2001 From: James Adams Date: Fri, 31 Jan 2020 10:12:08 -0500 Subject: [PATCH] updated the CircleCI and tox config files to see if it fixes the multiple Python versions issue #53 --- .circleci/config.yml | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ac321d..53432b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,8 @@ jobs: # specify the version you desire here # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ - - image: circleci/python:3.7 + - image: circleci/python:3-stretch + # - image: circleci/python:3.7 working_directory: ~/repo diff --git a/tox.ini b/tox.ini index 3e40011..78eb59c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37 +envlist = py36,py37 ;envlist = py36,py37,coverage # Define the minimal tox version required to run; if the host