Skip to content

Commit

Permalink
Remove travis-ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jan 25, 2022
1 parent a6a95bd commit fc06e57
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 19 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/python_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
with:
python-version: ${{ matrix.py_version }}
- name: Install requirements
run: pip install -r ${GITHUB_WORKSPACE}/.travis-ci.d/requirements.txt
run: pip install -r ${GITHUB_WORKSPACE}/.github/scripts/requirements.txt
- name: Run python unit tests
env:
GITHUB_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: |
export PYTHONPATH=${GITHUB_WORKSPACE}:${PYTHONPATH}
echo $PYTHONPATH
source ${GITHUB_WORKSPACE}/.travis-ci.d/set-reportstyle.sh
source ${GITHUB_WORKSPACE}/.github/scripts/set-reportstyle.sh
export PYTEST_ADDOPTS=$PYTEST_ADDOPTS" -m 'not integration'"
py.test
coveralls
4 changes: 0 additions & 4 deletions .travis-ci.d/run-unittests.sh

This file was deleted.

13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

0 comments on commit fc06e57

Please sign in to comment.