Skip to content

Commit

Permalink
develop on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Jul 9, 2017
1 parent 4cb8b9f commit 5115732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/travis.sh
Expand Up @@ -67,7 +67,7 @@ fi

# Build the extension
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
python setup.py install
python setup.py develop
else
CXX=g++-4.8 CC=gcc-4.8 python setup.py build_ext $BUILD_ARGS install
CXX=g++-4.8 CC=gcc-4.8 python setup.py build_ext $BUILD_ARGS develop
fi
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -72,7 +72,7 @@ script: |
CTEST_OUTPUT_ON_FAILURE=1 make test
elif [[ $TEST_LANG == python ]]
then
py.test -v --cov
py.test -v --cov celerite
fi
after_success: |
Expand Down

0 comments on commit 5115732

Please sign in to comment.