Skip to content

Commit

Permalink
Fix Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbit committed Jul 12, 2022
1 parent 64b8c9f commit 91028dd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
dist: focal
language: python
python:
- "3.6"
- "3.7"
python: "3.10"

install:
- pip install pipenv
- pipenv install --dev
- pip install poetry
- poetry install

script:
- python3 -m pytest
- PYTHONPATH=. poetry run pytest

0 comments on commit 91028dd

Please sign in to comment.