File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed
Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ python:
88addons :
99 apt :
1010 packages :
11- libxmlsec1
12- libxmlsec1-dev
13- libxmlsec1-openssl
14- pkg-config
11+ - libssl-dev
12+ - libxmlsec1
13+ - libxmlsec1-dev
14+ - libxmlsec1-openssl
15+ - libxslt1-dev
16+ - pkg-config
1517
1618install :
17- - ' travis_retry pip install -e ".[test]" --use-mirrors '
19+ - travis_retry pip install -e ".[test]"
1820
19- script : ' py.test'
21+ script : py.test
Original file line number Diff line number Diff line change 11# python-xmlsec
22[ ![ Build Status] ( https://travis-ci.org/mehcode/python-xmlsec.png?branch=master )] ( https://travis-ci.org/mehcode/python-xmlsec )
3- [ ![ PyPi Version] ( https://pypip.in/ v/xmlsec/badge.png )] ( https://pypi.python.org/pypi/xmlsec )
4- ![ PyPi Downloads] ( https://pypip.in/d/xmlsec/badge.png )
3+ [ ![ PyPi Version] ( https://img.shields.io/pypi/ v/xmlsec.svg )] ( https://pypi.python.org/pypi/xmlsec )
4+ ![ PyPi Downloads] ( https://img.shields.io/pypi/dm/xmlsec.svg )
55> Python bindings for the XML Security Library.
66
77## Usage
Original file line number Diff line number Diff line change @@ -92,7 +92,9 @@ def make_extension(name, cython=True):
9292 'Operating System :: OS Independent' ,
9393 'Programming Language :: Cython' ,
9494 'Programming Language :: Python :: 2.7' ,
95+ 'Programming Language :: Python :: 3' ,
9596 'Programming Language :: Python :: 3.3' ,
97+ 'Programming Language :: Python :: 3.4' ,
9698 'Topic :: Text Processing :: Markup :: XML'
9799 ],
98100 author = 'Ryan Leckey' ,
Original file line number Diff line number Diff line change 1- version = '0.3.1 '
1+ version = '0.3.3 '
22description = 'Python bindings for the XML Security Library.'
You can’t perform that action at this time.
0 commit comments