Skip to content

Commit

Permalink
Fix failing tests (#158)
Browse files Browse the repository at this point in the history
* Replace python 3.6 and 3.7 with 3.9 and 3.10

* Fix python deploy version

* Update Pipfile.lock
  • Loading branch information
destag authored Oct 1, 2022
1 parent 1322b7c commit 892b45c
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 133 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python

dist: jammy

python:
- 3.6
- 3.7
- 3.8
- 3.8-dev
- 3.9
- 3.10

before_install:
- pip install pipenv
Expand All @@ -27,4 +28,4 @@ deploy:
on:
branch: master
tags: true
condition: $TRAVIS_PYTHON_VERSION = "3.7"
condition: $TRAVIS_PYTHON_VERSION = "3.10"
Loading

0 comments on commit 892b45c

Please sign in to comment.