From 2e69949916f023cd7028217686bfb8518f9b29cc Mon Sep 17 00:00:00 2001 From: David Steinberg Date: Mon, 5 Dec 2016 11:48:40 -0800 Subject: [PATCH] Constraints in dev-requirements Missing a constraints somewhere --- .travis.yml | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0ef8ccba..554902cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: # RDFLib requres html5lib; html5lib requires setuptools version 18.5 or above; - pip install setuptools==25.1.0 - python setup.py sdist - - pip install dist/ga4gh*.tar.gz + - pip install dist/ga4gh*.tar.gz -c constraints.txt # every installable in setup.py's entry_points should be tested here - ga4gh_configtest --version - ga4gh_server --version diff --git a/dev-requirements.txt b/dev-requirements.txt index d4b14f660..c70694c1e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ # This file lists the requirements needed to develop on ga4gh/server. # Include the requirements.txt file --r requirements.txt +-r requirements.txt -c constraints.txt ### This section is for dependencies of the libraries ### # these libraries are the set listed by pipdeptree -f -w