File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ language: python
2
2
python :
3
3
- 2.6
4
4
- 2.7
5
+ - 3.2
6
+ - 3.4
5
7
before_install :
6
8
- sudo apt-get install software-properties-common
7
9
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
@@ -12,7 +14,9 @@ before_install:
12
14
- yes | sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net
13
15
- yes | sudo certmgr -ssl -m https://nuget.org
14
16
install :
17
+ - pip install six
15
18
- python setup.py build_ext --inplace
16
19
script :
17
20
- export PYTHONPATH=`pwd`
21
+ - export PYTHONHOME=`python -c "import sys; print(sys.exec_prefix)"`
18
22
- ./npython src/tests/runtests.py
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ install:
23
23
- set PATH=C:\Python;%PATH%
24
24
- C:\Python\python.exe c:\get-pip.py
25
25
- C:\Python\Scripts\pip.exe install wheel
26
+ - C:\Python\Scripts\pip.exe install six
26
27
27
28
build_script :
28
29
- C:\python\python.exe setup.py bdist_wheel
You can’t perform that action at this time.
0 commit comments