File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- sudo : required
2
1
language : python
3
2
python :
4
3
- 2.6
@@ -9,13 +8,13 @@ python:
9
8
- 3.5
10
9
- 3.6
11
10
before_install :
12
- - sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
13
- - sudo apt-get install software-properties-common
14
- - sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
15
- - echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/4.2.4.4 main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
16
- - echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
17
- - sudo apt-get update
18
- - 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
11
+ - add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
12
+ - apt-get install software-properties-common
13
+ - apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
14
+ - echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/4.2.4.4 main" | tee /etc/apt/sources.list.d/mono-xamarin.list
15
+ - echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | tee -a /etc/apt/sources.list.d/mono-xamarin.list
16
+ - apt-get update
17
+ - 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
19
18
20
19
install :
21
20
- pip install six
You can’t perform that action at this time.
0 commit comments