Skip to content

Commit 2a15ec8

Browse files
author
u8slvn
committed
test: add tox
1 parent b6aeab6 commit 2a15ec8

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ From: [bionic-reading.com/](https://bionic-reading.com/br-method/)
88

99
> 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.
1010
11-
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.
11+
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.
1212

1313
## Usage
1414

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
maturin==1.4.0
2-
pytest==8.0.0
3-
pytest-cov==4.1.0
1+
-r ./requirements-test.txt
2+
pre-commit>=3.5
3+
tox>=4.12.1

requirements-test.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
maturin==1.4.0
2+
pytest==8.0.0
3+
pytest-cov==4.1.0

tox.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
[tox]
3+
isolated_build = true
4+
envlist = { py38, py39, py310, py310, py311, py312 }
5+
skip_missing_interpreters = true
6+
7+
[testenv]
8+
deps =
9+
pytest
10+
pytest-cov
11+
commands = pytest tests

0 commit comments

Comments
 (0)