Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pacogomez committed Aug 29, 2017
1 parent 25d4423 commit 43821ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ stages:
unit_test:
stage: test
script:
# - pip install tox
# - tox -e flake8
- pip install -r test-requirements.txt
- tox -e flake8
- pip install .
- pip list --format=columns
- cse version
except:
- tags

deploy:
stage: deploy
Expand All @@ -20,5 +22,7 @@ deploy:
- rm -rf build dist
- python setup.py sdist bdist_wheel
- twine upload dist/*
except:
- tags
dependencies:
- unit_test
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ jsonpickle
pika >= 0.10.0
pyyaml
requests
vcd-cli >= 19.0.3
vcd-cli >= 19.0.6
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

[metadata]
name = container-service-extension
version = 0.0.1
summary = Container Service Extension for vCloud Director
description-file =
README.md
Expand Down

0 comments on commit 43821ff

Please sign in to comment.