Skip to content

Commit

Permalink
test: add tox
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Feb 9, 2024
1 parent b6aeab6 commit 2a15ec8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ From: [bionic-reading.com/](https://bionic-reading.com/br-method/)

> Bionic Reading® revises texts so that the most concise parts of words are highlighted. This guides the eye over the text and the brain remembers previously learned words more quickly. Save precious time. Gain advantages. Learn new things faster.
Does Bionic Reading really speed-up your reading speed? According to this [paper](https://blog.readwise.io/bionic-reading-results/), probably not. Whatsoever it's still a nice screen reading technique that seems to help many people to stay focused during their reading session.
Does Bionic Reading really speed-up your reading speed? According to this [paper](https://blog.readwise.io/bionic-reading-results/), probably not. Whatsoever it's still a nice screen reading technique that seems to help many people to stay focused during their reading sessions.

## Usage

Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
maturin==1.4.0
pytest==8.0.0
pytest-cov==4.1.0
-r ./requirements-test.txt
pre-commit>=3.5
tox>=4.12.1
3 changes: 3 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
maturin==1.4.0
pytest==8.0.0
pytest-cov==4.1.0
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

[tox]
isolated_build = true
envlist = { py38, py39, py310, py310, py311, py312 }
skip_missing_interpreters = true

[testenv]
deps =
pytest
pytest-cov
commands = pytest tests

0 comments on commit 2a15ec8

Please sign in to comment.