Skip to content

Commit

Permalink
Update .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Jul 19, 2015
1 parent bb947ce commit d6ea00f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ before_install:

install:
# Build spica
- cmake -DCMAKE_PREFIX_PATH=/opt/qt54/lib/cmake -DENABLE_AVX=OFF -DSPICA_BUILD_EXAMPLE=OFF -DSPICA_BUILD_TEST=OFF -DSPICA_BUILD_VIEWER=OFF

- cmake -DCMAKE_PREFIX_PATH=/opt/qt54/lib/cmake -DENABLE_AVX=OFF -DSPICA_BUILD_EXAMPLE=OFF -DSPICA_BUILD_TEST=OFF -DSPICA_BUILD_VIEWER=OFF .
- cmake --build .

# Build
- conda install --yes python=$TRAVIS_PYTHON_VERSION setuptools pillow numpy scipy matplotlib nose dateutil pyparsing dateutil
- conda install --yes -c dan_blanchard python-coveralls
Expand Down

0 comments on commit d6ea00f

Please sign in to comment.