Skip to content

razy69/poetry-tox-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to start

Python version + venv

$ pyenv install 3.10
$ pyenv virtualenv 3.10 py310-template
$ pyenv activate py310-template
$ python3 -m pip install -U pip
$ python3 -m pip install poetry==1.2.0a2 tox

Install all deps

$ poetry install --with quality,format,security,changelog

Run tox

About

A Python 3.10 project template using Poetry and Tox to automate stuff..

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages