File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ before_install:
3737 conda update conda --quiet
3838 conda install pycryptosat --quiet
3939 conda config --add channels conda-forge --force
40- conda config --set sat_solver pycryptosat
4140 conda config --set channel_priority strict
4241 conda config --set safety_checks disabled
4342 conda create --name TEST python=$PY --file requirements.txt --file requirements-dev.txt
@@ -50,7 +49,9 @@ script:
5049 - |
5150 if [[ $TRAVIS_JOB_NAME == python-* ]]; then
5251 cp -r tests/ /tmp
53- pushd /tmp && pytest -n 2 -rxs --cov=ctd tests && popd
52+ pushd /tmp
53+ pytest -n 2 -rxs --cov=ctd tests
54+ popd
5455 fi
5556
5657 - if [[ $TRAVIS_JOB_NAME == "doctest" ]]; then
@@ -80,14 +81,18 @@ script:
8081 fi
8182 fi
8283
84+ doctr :
85+ require-master : true
86+ sync : false
87+
8388deploy :
8489 skip_cleanup : true
8590 provider : pypi
86- user : ocefpaf
91+ user : " __token__ "
8792 password :
88- secure : " PQK/Hsl7DrIG4ZE6cpGJ4C8xOiI3bDw12Ont5RIgdMgPbqj+QZAMN88mUdv7EZvGRI8QQSWMF+y4Ehji1KZotRMGHTfBK2oP8zqAP4LXF83u2d8fBizyuyO8ni51mMPXDKNrtjmzr6Ei0ov9anPc4CastdZEkiJ+85sTcD8Lp2o ="
93+ secure : " gX6IaIX82qVMA3tkcoDKaRPrWqDvqg2co53aIYFBIuSsMJuhFk/mKaL+9e0RzYIs00dQOd/4AfbiRgTq5jfmrePD6jmrm/toxzrtHbWPIa+psfhAx60fFH4BocuyjY/qdCF8FmEWdZa+ODzgkBXyidATkLt3W6XmsyLQ14l0wmY ="
8994 distributions : sdist bdist_wheel
90- upload_docs : no
95+ upload_docs : false
9196 on :
9297 repo : pyoceans/python-ctd
9398 tags : true
You can’t perform that action at this time.
0 commit comments