Skip to content

Commit

Permalink
Remove pdc_client since pdc-client repo created.
Browse files Browse the repository at this point in the history
Future client related commits should go into:
https://github.com/product-definition-center/pdc-client
  • Loading branch information
xychu committed Nov 16, 2015
1 parent 63152c9 commit f4f608c
Show file tree
Hide file tree
Showing 82 changed files with 3 additions and 4,462 deletions.
1 change: 0 additions & 1 deletion .tito/packages/pdc-client

This file was deleted.

4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ install:
- pip install -r requirements/devel.txt
- sed -i -E '/import (koji|rpm)/d' $(python -vc 'import kobo.rpmlib' 2>&1 | grep 'import kobo.rpmlib' | awk '{print$NF}' | sed 's/pyc$/py/')
script:
- coverage run --parallel-mode --source=contrib,pdc --omit='*tests.py,*/migrations/*,pdc/settings*' manage.py test --settings pdc.settings_test contrib pdc
- coverage run --source=contrib,pdc --omit='*tests.py,*/migrations/*,pdc/settings*' manage.py test --settings pdc.settings_test contrib pdc
- make flake8
- coverage run --parallel-mode --source=pdc_client client_test_run.py
- bash verify-migrations.sh
after_success:
- coverage combine
- coveralls
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then make deploy_doc; fi
cache:
Expand Down
30 changes: 0 additions & 30 deletions client_test_run.py

This file was deleted.

167 changes: 0 additions & 167 deletions pdc_client/__init__.py

This file was deleted.

22 changes: 0 additions & 22 deletions pdc_client/bin/pdc

This file was deleted.

Loading

0 comments on commit f4f608c

Please sign in to comment.