Skip to content

Commit

Permalink
no more predeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jul 14, 2021
1 parent b0d4aab commit 3356a75
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@ jobs:
# Test suites are arranged in groups; all tests in a group must pass before
# the next stage group can begin.

- stage: PreDeployment
name: "PyPI Test Deployment"
script:
- pycodestyle activitysim
deploy:
- provider: pypi
local_dir: .. # back to pkg root after possibly building docs
username: "__token__"
password: "$PYPITEST_AUTH_TOKEN"
server: https://test.pypi.org/legacy/
on:
branch: [ master, condaforge-dev ]

- stage: Core Functionality
env: TEST_SUITE=activitysim/abm/models
- env: TEST_SUITE=activitysim/abm/test
Expand Down Expand Up @@ -78,6 +65,7 @@ jobs:
username: "__token__"
password: "$PYPITEST_AUTH_TOKEN"
server: https://test.pypi.org/legacy/
skip_existing: true
on:
branch: [ master, condaforge-dev ]

Expand Down

0 comments on commit 3356a75

Please sign in to comment.