Tox: properly install the test extra.

Otherwise you get crazy errors.
pull/340/head
Maurits van Rees 2022-07-11 13:12:56 +02:00
rodzic 15f596c127
commit db7874f352
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: AAEC1E5318E6FCCE
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,8 @@ deps =
pytest
coverage
py{27,36}: hypothesis>=3.0
.[test]
extras =
test
commands =
coverage run --source=src/icalendar --omit=*/tests/* --module pytest []
py{27,36}: coverage run --append --source=src/icalendar --omit=*/tests/* --module pytest [] src/icalendar/tests/hypothesis/