Skip to content

Commit 3e522b8

Browse files
committed
Update .travis.yml
add python 3 builds
1 parent 4bc6a60 commit 3e522b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: python
22
python:
33
- 2.6
44
- 2.7
5+
- 3.2
6+
- 3.4
57
before_install:
68
- sudo apt-get install software-properties-common
79
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
@@ -12,6 +14,7 @@ before_install:
1214
- yes | sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net
1315
- yes | sudo certmgr -ssl -m https://nuget.org
1416
install:
17+
- pip install six
1518
- python setup.py build_ext --inplace
1619
script:
1720
- export PYTHONPATH=`pwd`

0 commit comments

Comments
 (0)