Skip to content

Commit

Permalink
Merge pull request #167 from scrapinghub/gh-actions-cleanups
Browse files Browse the repository at this point in the history
GH actions cleanups
  • Loading branch information
lopuhin committed Dec 12, 2020
2 parents 9427779 + d9f1fe8 commit 46d12db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.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 variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python package
name: build

on:
push:
Expand Down
38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
extruct
=======

.. image:: https://img.shields.io/travis/scrapinghub/extruct/master.svg
:target: https://travis-ci.org/scrapinghub/extruct
.. image:: https://github.com/scrapinghub/extruct/workflows/build/badge.svg?branch=master
:target: https://github.com/scrapinghub/extruct/actions
:alt: Build Status

.. image:: https://img.shields.io/codecov/c/github/scrapinghub/extruct/master.svg?maxAge=2592000
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@ def get_version():
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
)

0 comments on commit 46d12db

Please sign in to comment.