forked from pythonnet/pythonnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
21 lines (21 loc) · 694 Bytes
/
.travis.yml
File metadata and controls
21 lines (21 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.4
before_install:
- sudo apt-get install software-properties-common
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
- sudo apt-get -qq update
- sudo apt-get -qq install mono-devel mono-gmcs mono-xbuild nunit-console
- sudo mozroots --import --machine --sync
- yes | sudo certmgr -ssl -m https://go.microsoft.com
- yes | sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net
- yes | sudo certmgr -ssl -m https://nuget.org
install:
- pip install six
- python setup.py build_ext --inplace
script:
- export PYTHONPATH=`pwd`:$PYTHONPATH
- python src/tests/runtests.py