Skip to content

Commit

Permalink
Update Tox tests + remove Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyg committed Jun 22, 2020
1 parent 92fb893 commit 0b6244a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 48 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
@@ -0,0 +1,2 @@
node_modules
.tox
46 changes: 0 additions & 46 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -4,8 +4,6 @@ django-s3direct
Directly upload files to S3 compatible services with Django.
-------------------------------------

[![Build Status](https://travis-ci.org/bradleyg/django-s3direct.svg?branch=master)](https://travis-ci.org/bradleyg/django-s3direct)

<img src="https://raw.githubusercontent.com/bradleyg/django-s3direct/master/screenshot.png" width="100%"/>

## Installation
Expand Down
15 changes: 15 additions & 0 deletions tox.ini
Expand Up @@ -32,3 +32,18 @@ commands=python runtests.py
deps =
boto3
django==2.2

[testenv:py37]
basepython=python3.7
commands=python runtests.py

deps =
django==3.0

[testenv:py37boto]
basepython=python3.7
commands=python runtests.py

deps =
boto3
django==3.0

0 comments on commit 0b6244a

Please sign in to comment.