Skip to content

Commit

Permalink
Switch to GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
beckyjackson committed Apr 16, 2021
1 parent 90acd9b commit 16351a2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/obo-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Workflow for MRO Testing

name: OBOFoundry Test

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.6'
- name: Install requirements
run: |
python3 -m pip install -r requirements.txt
- name: Run tests
run: |
make test
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

0 comments on commit 16351a2

Please sign in to comment.