Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Update django-changuito to 1.2 and update travis and README
Browse files Browse the repository at this point in the history
  • Loading branch information
angvp committed Aug 14, 2017
1 parent 3f30c5e commit af145a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ env:
- TOX_ENV=py27-django1.8
- TOX_ENV=py27-django1.9
- TOX_ENV=py27-django1.10
- TOX_ENV=py27-django1.11
- TOX_ENV=py34-django1.7
- TOX_ENV=py34-django1.8
- TOX_ENV=py34-django1.9
- TOX_ENV=py34-django1.10
- TOX_ENV=py34-django1.11

install:
- pip install tox coverage coveralls
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ of django-cart or forked projects of django-cart to migrate to changuito instead

## Prerequisites

- Django 1.7, 1.8, 1.9, 1.10
- Django 1.7, 1.8, 1.9, 1.10, 1.11
- Python 2.7 and Python 3.4+
- django content type framework in your INSTALLED_APPS

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-changuito',
version='1.1',
version='1.2',
description='A fork of django-cart with the same simplicity but updated',
maintainer='Angel Velasquez',
maintainer_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
downloadcache = {toxworkdir}/_download/
envlist = {py27,py34}-django{1.10,1.9,1.8,1.7}
envlist = {py27,py34}-django{1.11,1.10,1.9,1.8,1.7}

[testenv]
commands =
Expand Down

0 comments on commit af145a1

Please sign in to comment.