Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ build:
# run pip install with caching enabled.
- script:
name: pip install
echo: |
python -v
code: |
pip install --download-cache=$WERCKER_CACHE_DIR -r requirements.txt

# run your tests here... I only echo some info
Expand All @@ -42,8 +41,7 @@ build:

- script:
name: pip install
echo: |
python -v
code: |
pip install --download-cache=$WERCKER_CACHE_DIR -r requirements.txt

# A custom script step, name value is used in the UI
Expand Down