File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,10 @@ before_install:
59
59
- $NOMC || popd
60
60
- $NOMC || export PATH="${HOME}/mc/bin:${PATH}"
61
61
- $NOMC || conda update --yes conda
62
- - $NOMC || conda install --yes conda-build jinja2
62
+ - $NOMC || conda install --yes conda-build jinja2 scons
63
+ # Make scons available globally.
64
+ - $NOMC || mkdir -p ~/bin
65
+ - $NOMC || cp ~/mc/bin/scons ~/bin/
63
66
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION} coverage
64
67
- $NOMC || conda config --add channels diffpy
65
68
Original file line number Diff line number Diff line change 9
9
git_url : ..
10
10
11
11
build :
12
- # preserve_egg_dir: True
13
-
14
12
# If this is a new build for the same version, increment the build
15
13
# number. If you do not include this key, it defaults to 0.
16
14
number : 0
@@ -22,7 +20,6 @@ requirements:
22
20
- numpy 1.9.2
23
21
- libobjcryst 2015.1.*
24
22
- boost-all 1.59.0
25
- - scons
26
23
27
24
run :
28
25
- python
You can’t perform that action at this time.
0 commit comments