We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4aeeb commit 7ea1eadCopy full SHA for 7ea1ead
.travis.yml
@@ -1,9 +1,9 @@
1
language: python
2
python:
3
- '2.7.6'
4
-# - '2.7.9'
+# - '2.7.9'
5
# - '2.7.12'
6
- - '3.3.4'
+# - '3.3.4'
7
# - '3.3.5'
8
# - '3.3.6'
9
- '3.4.3'
setup.py
@@ -36,7 +36,7 @@
36
'isodate>=0.5.0',
37
'xmlsec>=0.6.0'
38
],
39
- dependency_links=['http://github.com/mehcode/python-xmlsec/tarball/master'],
+ dependency_links=['git+ssh://git@github.com/mehcode/python-xmlsec.git@0f046381ec6bac7b3dd8b2ad6da0d022e7b30274'],
40
extras_require={
41
'test': (
42
'coverage==3.7.1',
0 commit comments