We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e89be0 commit d260986Copy full SHA for d260986
.travis.yml
@@ -76,12 +76,11 @@ script:
76
77
# This will fail if the package does not actually exist
78
- ls $CONDA_PACKAGE $WHEEL_PACKAGE
79
+ # This step copies the few things we need from conda-forge to the vpython
80
+ # channel.
81
- if [ $TRAVIS_EVENT_TYPE == "cron" ]; then
- # Repo below has the script that does the actually copying
82
git clone git://github.com/glue-viz/conda-sync.git;
- # Move the key file to this directory
83
mv conda-sync/sync.py .;
84
- # Do the copying
85
python drive_copy.py;
86
fi
87
0 commit comments