Skip to content

Commit

Permalink
Constraints in dev-requirements
Browse files Browse the repository at this point in the history
Missing a constraints somewhere
  • Loading branch information
david4096 committed Dec 9, 2016
1 parent de8aafd commit 2e69949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2e69949

Please sign in to comment.