Commit df856122 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Fixed binstar token; updated directory to run nosetests.

parent 3c8fbeb2
...@@ -12,6 +12,8 @@ script: ...@@ -12,6 +12,8 @@ script:
- source activate $python - source activate $python
- conda install $HOME/miniconda/conda-bld/linux-64/openmm-dev-* - conda install $HOME/miniconda/conda-bld/linux-64/openmm-dev-*
- conda list -e - conda list -e
- # run the python tests too
- cd wrappers/python/tests
- nosetests -vv --processes=-1 --process-timeout=200 - nosetests -vv --processes=-1 --process-timeout=200
env: env:
...@@ -21,8 +23,7 @@ env: ...@@ -21,8 +23,7 @@ env:
global: global:
# encrypted BINSTAR_TOKEN for push of dev package to binstar # encrypted BINSTAR_TOKEN for push of dev package to binstar
# TODO: Update this BINSTAR TOKEN - secure: "ClGfqug2783GRJQERxzlVtY2gLwaaVlviznEB3LQ1rJ7Z2c+rQsQZy2LqtqioAYG/SlBw8hurKZXAJ92hczzzRf98zkCzIP1EcxzHvPgpddoJAEZkwdHFfYFqjElviCu2r55WfU/J8hLGpaELeeR0rgYRpqmHjDqoEUCih5Dqf4="
- secure: "cBG2Qer5VwjtZ3KbzkeZwoaKIuPXfUoEwTDyL9GtEfgInloVPFKCZYzXbl5uMWiehsKBBaCUIT+Gyo7h1sVnPggw8YrEmbfSBzsu4ZjcEqXZUtQC5f6sDc8qWfLXo7TYAGqP1B6Pk0bzm0UbHhjFNIwKFOGBKj3jDyrQDRvs4JI="
after_success: after_success:
- echo "after_success" - echo "after_success"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment