blob: 1a033aefd49a6fc06e0bcce60fc5b9855f56c85a [file] [log] [blame]
Yesudeep Mangalapillyaaa9ac62011-08-10 20:01:241[tox]
adamantikef05b6592016-01-24 03:23:232# Environment changes have to be manually synced with '.travis.yml'.
Hugo van Kemenadeb81e3172020-11-19 21:40:383envlist = py35,py36,p37,p38,p39
Yesudeep Mangalapillyaaa9ac62011-08-10 20:01:244
Yesudeep Mangalapilly03c51e72011-08-16 09:00:485[pytest]
Sybren A. Stüvelf0cbd382016-01-13 09:04:426addopts = -v --cov rsa --cov-report term-missing
Yesudeep Mangalapilly03c51e72011-08-16 09:00:487
Yesudeep Mangalapillyaaa9ac62011-08-10 20:01:248[testenv]
Sybren A. Stüveld15a7f32020-06-11 16:53:419deps = pipenv
Sybren A. Stüvel222fb5f2019-08-04 15:22:4610commands =
Sybren A. Stüveld15a7f32020-06-11 16:53:4111 pipenv install --dev --deploy
12 pipenv run py.test tests/
Sybren A. Stüvelf95dbb72016-01-22 11:19:0913
Sybren A. Stüvel222fb5f2019-08-04 15:22:4614[testenv:py37]
Sybren A. Stüveld15a7f32020-06-11 16:53:4115whitelist_externals = pipenv
Sybren A. Stüvelad510182018-09-16 09:27:2716commands=
Sybren A. Stüveld15a7f32020-06-11 16:53:4117 pipenv install -v
18 pipenv run py.test --doctest-modules rsa tests/