We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d488268 commit 3278ce9Copy full SHA for 3278ce9
.travis.yml
@@ -12,7 +12,6 @@ before_install:
12
- yes | sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net
13
- yes | sudo certmgr -ssl -m https://nuget.org
14
install:
15
- - cd pythonnet
16
- python setup.py build_ext --inplace
17
script:
18
- export PYTHONPATH=`pwd`
appveyor.yml
@@ -21,7 +21,6 @@ install:
21
- C:\Python\Scripts\pip.exe install wheel
22
23
build_script:
24
25
- C:\python\python.exe setup.py bdist_wheel
26
27
test_script:
0 commit comments