Remove travis from repo (#2149)

* Remove travis from repo

* Use PR branch for Windows tests to add --user to pip args
This commit is contained in:
Adam Hopkins
2021-05-31 21:56:51 +03:00
committed by GitHub
parent ba374139f4
commit 05cd44b5dd
3 changed files with 5 additions and 98 deletions

View File

@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2
- name: Run Unit Tests
uses: harshanarayana/custom-actions@main
uses: ahopkins/custom-actions@pip-extra-args
with:
python-version: ${{ matrix.config.python-version }}
test-infra-tool: tox
@@ -30,4 +30,5 @@ jobs:
action: tests
test-additional-args: "-e=${{ matrix.config.tox-env }}"
experimental-ignore-error: "true"
command-timeout: '600000'
command-timeout: "600000"
pip-extra-args: "--user"