Skip to content

Commit

Permalink
add consul to test-requirements, remove specific reference to install…
Browse files Browse the repository at this point in the history
… redis, consul, dynamo deps in azure ci
  • Loading branch information
hroederld committed Feb 5, 2019
1 parent a38b957 commit 71534aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
script: |
python --version
pip install -r test-requirements.txt
pip install -r redis-requirements.txt
pip install -r consul-requirements.txt
pip install -r dynamodb-requirements.txt
python setup.py install
mkdir test-reports
pytest -s --junitxml=test-reports/junit.xml testing;
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pytest-cov>=2.4.0
codeclimate-test-reporter>=0.2.1
pyyaml>=3.0
watchdog>=0.9
python-consul>=1.0.1

0 comments on commit 71534aa

Please sign in to comment.