Skip to content

Commit 6963b12

Browse files
committed
Merge branch 'python3' of https://github.com/renshawbay/pythonnet_new into python3
2 parents b41eaaa + c1faa64 commit 6963b12

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: python
22
python:
33
- 2.6
44
- 2.7
5+
- 3.2
6+
- 3.4
57
before_install:
68
- sudo apt-get install software-properties-common
79
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
@@ -12,7 +14,9 @@ before_install:
1214
- yes | sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net
1315
- yes | sudo certmgr -ssl -m https://nuget.org
1416
install:
17+
- pip install six
1518
- python setup.py build_ext --inplace
1619
script:
1720
- export PYTHONPATH=`pwd`
21+
- export PYTHONHOME=`python -c "import sys; print(sys.exec_prefix)"`
1822
- ./npython src/tests/runtests.py

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ install:
2323
- set PATH=C:\Python;%PATH%
2424
- C:\Python\python.exe c:\get-pip.py
2525
- C:\Python\Scripts\pip.exe install wheel
26+
- C:\Python\Scripts\pip.exe install six
2627

2728
build_script:
2829
- C:\python\python.exe setup.py bdist_wheel

0 commit comments

Comments
 (0)