We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc6a60 commit 3e522b8Copy full SHA for 3e522b8
.travis.yml
@@ -2,6 +2,8 @@ language: python
2
python:
3
- 2.6
4
- 2.7
5
+ - 3.2
6
+ - 3.4
7
before_install:
8
- sudo apt-get install software-properties-common
9
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
@@ -12,6 +14,7 @@ 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
16
install:
17
+ - pip install six
18
- python setup.py build_ext --inplace
19
script:
20
- export PYTHONPATH=`pwd`
0 commit comments