Skip to content

Commit

Permalink
updated the CircleCI and tox config files to see if it fixes the mult…
Browse files Browse the repository at this point in the history
…iple Python versions issue

#53
  • Loading branch information
monocongo committed Jan 31, 2020
1 parent 29a5aa4 commit 5b4b7bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5b4b7bd

Please sign in to comment.