language: python python: - 2.6 - 2.7 - 3.2 - 3.4 - 3.5 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