Skip to content

Commit

Permalink
Merge pull request #5 from dgilge/patch-1
Browse files Browse the repository at this point in the history
Add installation instructions
  • Loading branch information
moggers87 authored Jul 13, 2018
2 parents 99912f1 + 3a3b596 commit 2c7f362
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ Supported Django Versions

Django 1.8 to 2.0 is currently supported by this library.

Installation
============

::

pip install django-sendfile2

Fork
====

Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
{pypy,py27}-django{18,19,110,111}
py33-django18
{py34,py35}-django{18,19,110,111,20}
py36-django{111,20}
flake8
Expand Down Expand Up @@ -31,7 +30,6 @@ max_line_length=100
[travis]
python =
2.7: py27
3.3: py33
3.4: py34
3.5: py35
3.6: py36

0 comments on commit 2c7f362

Please sign in to comment.