Skip to content

Commit

Permalink
Redirect blobxfer to new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alfpark committed Jul 28, 2016
1 parent 8dd2e3e commit c072186
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 4,882 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Expand Up @@ -14,9 +14,8 @@ addons:
packages:
- oracle-java8-installer
env:
- BATCH_SAMPLES_DIR=Python/Batch STORAGE_SAMPLES_DIR=Python/Storage
- BATCH_SAMPLES_DIR=Python/Batch
install:
- pip install -e $STORAGE_SAMPLES_DIR
- pip install -r $BATCH_SAMPLES_DIR/requirements.txt
- pip install coveralls flake8 pytest pytest-cov requests_mock
# install Java stuff
Expand All @@ -32,9 +31,4 @@ script:
- mvn install
- cd ../$BATCH_SAMPLES_DIR
- flake8 . --statistics
- cd ../../$STORAGE_SAMPLES_DIR
- flake8 blobxfer.py test/test_blobxfer.py
- PYTHONPATH=. py.test -l --cov-config ../.coveragerc --cov-report term-missing --cov blobxfer test/test_blobxfer.py
after_success:
- coveralls --rcfile=../.coveragerc --verbose

2 changes: 1 addition & 1 deletion Python/README.md
Expand Up @@ -8,6 +8,6 @@ Azure Batch Python SDK.

###Azure Storage samples

####[blobxfer.py](./Storage)
####[blobxfer.py](https://github.com/Azure/blobxfer)
Code sample to perform AzCopy-like blob data transfer to/from Azure Blob
Storage.
1 change: 0 additions & 1 deletion Python/Storage/MANIFEST.in

This file was deleted.

427 changes: 1 addition & 426 deletions Python/Storage/README.rst

Large diffs are not rendered by default.

0 comments on commit c072186

Please sign in to comment.