Skip to content

Commit

Permalink
Remove old travis cruft, and try to keep python 2.7 testing alive for…
Browse files Browse the repository at this point in the history
… a bit.
  • Loading branch information
CensoredUsername committed Feb 12, 2024
1 parent 7c8ed22 commit 8b86c59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 33 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/python-app.yaml
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://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Build
name: Test build and run tests

on:
push:
Expand All @@ -10,18 +10,20 @@ on:
branches: [ master, dev ]

jobs:
build:

tests-py2:
name: Runs tests that require python 2
runs-on: ubuntu-latest
container:
image: python:2.7.18-stretch

steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: "2.7"
# - name: Set up Python 2.7
# uses: actions/setup-python@v2
# with:
# python-version: "2.7"
- name: Test by decompiling a script and building un.rpyc
run: |
./unrpyc.py --clobber testcases/script.rpyc
Expand Down
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

0 comments on commit 8b86c59

Please sign in to comment.