Skip to content

Commit

Permalink
Remove travis usage of constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
david4096 committed Dec 9, 2016
1 parent 4a68b68 commit de8aafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 -c constraints.txt
- pip install dist/ga4gh*.tar.gz
# every installable in setup.py's entry_points should be tested here
- ga4gh_configtest --version
- ga4gh_server --version
Expand All @@ -22,7 +22,7 @@ install:
- ga4gh_repo --version

before_script:
- pip install -r dev-requirements.txt -c constraints.txt
- pip install -r dev-requirements.txt
- python scripts/build_test_data.py

before_install:
Expand Down

0 comments on commit de8aafd

Please sign in to comment.