Skip to content

Commit

Permalink
Remove travisCI and rename gitaction
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworf committed Apr 21, 2024
1 parent e61a129 commit f1a69b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application
name: Validate iceshelf

on:
push:
Expand All @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3
uses: actions/setup-python@v3
with:
python-version: "3.10"
Expand All @@ -37,6 +37,8 @@ jobs:
#flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
#flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run testsuite
run: |
./extras/testsuite/test.sh insecure
#- name: Test with pytest
# run: |
Expand Down
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

0 comments on commit f1a69b5

Please sign in to comment.