Skip to content

Commit

Permalink
CI changes for my personal repo -- do NOT push to primary pyGSTi repo!!
Browse files Browse the repository at this point in the history
  • Loading branch information
robpkelly committed Jun 30, 2019
1 parent eb64526 commit 4d5a2e8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ install:

# Default `test' stage script
script:
- cd test/test_packages
- nosetests $NOSEOPTS $NOSETESTS
- echo "Skipping tests (don't worry, it's fine!)"
# - cd test/test_packages
# - nosetests $NOSEOPTS $NOSETESTS

# Cache pip packages
cache:
Expand Down Expand Up @@ -153,9 +154,9 @@ jobs:

deploy:
provider: pypi
user: pygsti-ci
password:
secure: vK9Lm939ZRMgQ/UdpCRSrbiWSN5h0e0/vKV+ZCtUL63KHMaK9AShSJhNOWZ2RUIi3c/ZKTlllCgj9O/r0MjP2qE5N3DLhm0t+QNjgMM4Iz4bsMJx4nPYTrAeiShyffPFJWSVSP9l6054mBGZow6aeZEzDGsF2Y3LzISzE47c8xFxJI2TSM1AJ+j1feRsayTDepBq5+di2z3GgBXT8qDWMS4EY+ljdgsHBQ5xRh3HmT5AcecltwRmNaWprLSukjpmTuX+HKgMazSKCsqvTXSuhKive+7OxONu0JGva14GGk9baO3mGVaYA0+9R72QIQxD2hKdLwzHzYeo1Rue1AAggKdlSUDZ5InrqXx2ASkdqyqw7p6GUyxEQGErSvbqyPqgyCs0wNkxZR9xAGeUX9SztZxhgQyFlZRdq0gahSQB6vuwlbg8NlV/hMW94n/wk+NrARf7fCSw9rglIaTECGjcxaijc4r+EAVwyiEwtoT7wsei1A2sNfxHBJaZfjy7VXPhE5oSswPQV4B5uS9pxuiEWFfFor4e+iHtwQTR/KkKDrm0OOmWSemHgO4MLubupPrTzyViGfHM7BGHNe8D9FpY+IgMV/7Je+WwbDfccY4PZgjKZq1HYHnbQIhIyO7nckU6LXh1YPC/32NxOCThB+0H484B5dvPYjprIXQ+xIDRcKc=
user: "$TEST_PYPI_USER"
password: "$TEST_PYPI_AUTH"
server: https://test.pypi.org/simple/
distributions: "sdist bdist_wheel"
skip_existing: true
on:
Expand Down

0 comments on commit 4d5a2e8

Please sign in to comment.