diff --git a/.travis.yml b/.travis.yml index 5f9775c..c8bec07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: precise language: python python: - '2.7' diff --git a/requirements.txt b/requirements.txt index f2b802c..720604a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -lxml >= 3.5.0, < 4 +lxml nose mock coveralls @@ -11,7 +11,7 @@ suds_requests >= 0.3 defusedxml >= 0.4.1, < 0.6 eight >= 0.3.0, < 0.5 cryptography >= 1.8, < 3 -pyOpenSSL >= 16.0.0, < 17 +pyOpenSSL certifi >= 2015.11.20.1 reportlab pytz diff --git a/setup.py b/setup.py index 3cd090a..6b174af 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ later (LGPLv2+)', 'suds_requests >= 0.3', 'reportlab', 'pytz', - 'zeep < 3.3' + 'zeep' ], test_suite='nose.collector', tests_require=[