Skip to content

Commit

Permalink
Merge pull request pyca#380 from hynek/master
Browse files Browse the repository at this point in the history
Add py.test settings
  • Loading branch information
Lukasa committed Oct 24, 2015
2 parents 6160cb5 + d9fcd7a commit e59a8e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[pytest]
minversion = 2.8.2
strict = true
norecursedirs = build dist .* *.egg doc _trial_temp

[sdist]
force_manifest=1

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ whitelist_externals =
passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
deps =
coverage
pytest
pytest>=2.8.2
cryptographyMaster: git+https://github.com/pyca/cryptography.git
setenv =
# Do not allow the executing environment to pollute the test environment
Expand Down

0 comments on commit e59a8e8

Please sign in to comment.