Skip to content

Commit

Permalink
Merge pull request #68 from jefvantongerloo/fix-travis-import-error-s…
Browse files Browse the repository at this point in the history
…plit-env

Fix travis import error split env
  • Loading branch information
jefvantongerloo authored Dec 19, 2022
2 parents 5fa00b1 + c4403d2 commit ce6f573
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stages:
language: python

python:
- "3.8"
- "3.9"

# before_install:
# - pip install -r requirements.txt
Expand All @@ -22,6 +22,7 @@ jobs:
- stage: "lint"
install:
- pip install tox-travis
- pip install tox==3.28.0
script:
- tox -e ALL
- stage: "pytest"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [1.1.2] - Unreleased

## Fixed

- Travis ci/cd fails due tox-travis package incompatible with tox version 4.x. [#68](https://github.com/jefvantongerloo/textfsm-aos/pull/68)

## Changes

- dependency updated and tested:
Expand Down

0 comments on commit ce6f573

Please sign in to comment.