Skip to content

Commit

Permalink
remove travis; finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikschaelte committed Feb 10, 2020
1 parent b801cb1 commit 3129202
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 35 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-${{ hashFiles('**/.pip_requirements.txt') }}-${{ hashFiles('**/setup.py') }}
key: ${{ runner.os }}-${{ hashFiles('**/.ci_pip_reqs.txt') }}-${{ hashFiles('**/setup.py') }}
restore-keys: |
${{ runner.os }}-
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r .pip_requirements.txt
pip install -r .ci_pip_reqs.txt
pip install -e .[reports]
- name: Run tests
run: |
Expand Down
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .travis_pip_reqs.txt

This file was deleted.

0 comments on commit 3129202

Please sign in to comment.