Skip to content

Commit

Permalink
Dropped Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Mar 14, 2021
1 parent cfd49d7 commit 3b628c2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 66 deletions.
48 changes: 0 additions & 48 deletions .travis.yml

This file was deleted.

4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
Django PayPal
=============

.. image:: https://travis-ci.org/spookylukey/django-paypal.svg?branch=master
:target: https://travis-ci.org/spookylukey/django-paypal
:alt: Build Status

.. image:: https://badge.fury.io/py/django-paypal.svg
:target: https://badge.fury.io/py/django-paypal
:alt: Latest PyPI version
Expand Down
3 changes: 0 additions & 3 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ Release process

tox

Or check Travis, if it has run against the latest source code:
https://travis-ci.org/spookylukey/django-paypal

* Change docs/release_notes.rst to remove "under development" and replace with
date.

Expand Down
11 changes: 0 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[tox]
# Also add to .travis.yml when you add to these using: tox -l | sort | perl -ne 'print "- TOXENV=$_"'
envlist =
py27-django{111}-tests-usetz{true,false},
{py35,py36}-django111-tests-usetztrue,
Expand All @@ -11,16 +10,6 @@ envlist =
py39-django31-tests-usetztrue,
checkmanifest, isort-check, flake8-check

[travis:env]
DJANGO =
1.11: django111
2.0: django20
2.1: django21

USETZ =
True: usetztrue
False: usetzfalse

[testenv]
basepython =
py27: python2.7
Expand Down

0 comments on commit 3b628c2

Please sign in to comment.