We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea17aa commit 068c1f8Copy full SHA for 068c1f8
.travis.yml
@@ -25,6 +25,8 @@ install:
25
script:
26
- nosetests
27
- flake8 ssh2
28
+ - python setup.py sdist
29
+ - cd dist; pip install *; cd ..
30
jobs:
31
include:
32
- stage: OSX wheel build
MANIFEST.in
@@ -3,3 +3,5 @@ include versioneer.py
3
include ssh2/_version.py
4
exclude .travis.yml
5
include LICENSE
6
+include ssh2/*.pyx
7
+include ssh2/*.pxd
0 commit comments