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 93165d2 commit 1f67475Copy full SHA for 1f67475
azure-pipelines.yml
@@ -74,7 +74,8 @@ jobs:
74
if [ $PYTHON_VERSION == 3.7 ]; then
75
source activate mpi4py_fft_env
76
cd tests
77
- codecov -t $(CODECOV_TOKEN)
+ bash <(curl -s https://codecov.io/bash)
78
+ #codecov -t $(CODECOV_TOKEN)
79
#curl -s -o codecov.sh https://codecov.io/bash
80
#bash codecov.sh -X gcov -X fix -t $(CODECOV_TOKEN)
81
python-codacy-coverage -r coverage.xml -t $(CODACY_PROJECT_TOKEN)
bitbucket-pipelines.yml
@@ -6,5 +6,5 @@ pipelines:
6
script:
7
- conda config --set always_yes yes
8
- conda config --add channels conda-forge
9
- - conda install -n root conda-build
+ - conda install -n root conda-build numpy fftw
10
- conda build conf/
0 commit comments