Skip to content

Commit 7ea1ead

Browse files
committed
Specify a commit
1 parent 2d4aeeb commit 7ea1ead

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: python
22
python:
33
- '2.7.6'
4-
# - '2.7.9'
4+
# - '2.7.9'
55
# - '2.7.12'
6-
- '3.3.4'
6+
# - '3.3.4'
77
# - '3.3.5'
88
# - '3.3.6'
99
- '3.4.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'isodate>=0.5.0',
3737
'xmlsec>=0.6.0'
3838
],
39-
dependency_links=['http://github.com/mehcode/python-xmlsec/tarball/master'],
39+
dependency_links=['git+ssh://git@github.com/mehcode/python-xmlsec.git@0f046381ec6bac7b3dd8b2ad6da0d022e7b30274'],
4040
extras_require={
4141
'test': (
4242
'coverage==3.7.1',

0 commit comments

Comments
 (0)