Skip to content

Commit 3278ce9

Browse files
committed
Make CI work with setup.py in root folder
1 parent d488268 commit 3278ce9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ before_install:
1212
- yes | sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net
1313
- yes | sudo certmgr -ssl -m https://nuget.org
1414
install:
15-
- cd pythonnet
1615
- python setup.py build_ext --inplace
1716
script:
1817
- export PYTHONPATH=`pwd`

appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ install:
2121
- C:\Python\Scripts\pip.exe install wheel
2222

2323
build_script:
24-
- cd pythonnet
2524
- C:\python\python.exe setup.py bdist_wheel
2625

2726
test_script:

0 commit comments

Comments
 (0)