8000 Merge pull request #188 from pythonnet/revert-181-master · pythonnet/pythonnet@3510dd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3510dd8

Browse files
committed
Merge pull request #188 from pythonnet/revert-181-master
Revert "Fix for #180"
2 parents 950bdea + 048caf3 commit 3510dd8

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
sudo: required
21
language: python
32
python:
43
- 2.6
54
- 2.7
65
before_install:
7-
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
86
- sudo apt-get install software-properties-common
9-
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
10-
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
11-
- echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
12-
- sudo apt-get update
13-
- sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" install mono-devel mono-complete referenceassemblies-pcl ca-certificates-mono nunit-console
14-
7+
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
8+
- sudo apt-get -qq update
9+
- sudo apt-get -qq install mono-devel mono-gmcs mono-xbuild nunit-console
10+
- sudo mozroots --import --machine --sync
11+
- yes | sudo certmgr -ssl -m https://go.microsoft.com
12+
- yes | sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net
13+
- yes | sudo certmgr -ssl -m https://nuget.org
1514
install:
1615
- python setup.py build_ext --inplace
1716
script:

src/monoclr/pynetinit.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ PyNet_Args* PyNet_Init(int ext) {
3131
pn_args->shutdown_name = "Python.Runtime:Shutdown()";
3232

3333
pn_args->domain = mono_jit_init_version(MONO_DOMAIN, MONO_VERSION);
34-
mono_domain_set_config(pn_args->domain, ".", "Python.Runtime.dll.config");
3534

3635
/*
3736
* Load the default Mono configuration file, this is needed

0 commit comments

Comments
 (0)
0