Skip to content

Commit

Permalink
New Version and fixed testing
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Mar 20, 2013
1 parent 7e9f567 commit 1e8ac5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -3,10 +3,10 @@ python:
- "2.7"
- "2.6"
install:
- pip install -r requirements-testing.txt
- pip install -U django$DJANGO_VERSION
- pip install -q --use-mirrors -r requirements-testing.txt
- pip install -q --use-mirrors -U django$DJANGO_VERSION
script:
- make test
- coverage run --branch --source=simpleimages -m django-mini -a simpleimages -a simpleimages.test --test-runner 'discover_runner.DiscoverRunner' test
- coveralls
env:
- DJANGO_VERSION=">=1.1,<1.2"
Expand Down
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1 +1,2 @@
v0.1.1, 03/20/13 -- Fixed Readme Formatting.
v0.1.0, 03/19/13 -- Initial release.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-simpleimages',
version='0.1.0',
version='0.1.1',
author='Saul Shanabrook',
author_email='s.shanabrook@gmail.com',
packages=['simpleimages', 'simpleimages.test'],
Expand Down

0 comments on commit 1e8ac5b

Please sign in to comment.