Skip to content

Commit

Permalink
Install test certs alongside tests
Browse files Browse the repository at this point in the history
Should (hopefully) fix travis builds
  • Loading branch information
njsmith committed Apr 21, 2017
1 parent 415e047 commit b1f0534
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include LICENSE LICENSE.MIT LICENSE.APACHE2
include README.rst
include CODE_OF_CONDUCT.md
include test-requirements.txt
recursive-include trio/tests/test_ssl_certs *.pem
recursive-include docs *
prune docs/build
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
# https://bitbucket.org/pypa/wheel/issues/181/bdist_wheel-silently-discards-pep-508
#"cffi; os_name == 'nt'", # "cffi is required on windows"
],
# This means, just install *everything* you see under trio/, even if it
# doesn't look like a source file, so long as it appears in MANIFEST.in:
include_package_data=True,
# Quirky bdist_wheel-specific way:
# https://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
# also supported by pip and setuptools, as long as they're vaguely
Expand Down

0 comments on commit b1f0534

Please sign in to comment.