Skip to content

Commit

Permalink
Upgraded .travis.yml with newer Python / Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Nov 21, 2014
1 parent bc74852 commit 3312434
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ MANIFEST
/build/
/dist/
*.swp
*.egg-info
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
env:
- DJANGO_VERSION=1.2.7
- DJANGO_VERSION=1.3.5
- DJANGO_VERSION=1.4.3
- DJANGO_VERSION=1.4.16
- DJANGO_VERSION=1.5.11
- DJANGO_VERSION=1.6.8
- DJANGO_VERSION=1.7.1
install:
- pip install -q Django==$DJANGO_VERSION --use-mirrors
- python setup.py -q install
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2011-2013 Danilo Bargen
Copyright (c) 2011-2014 Danilo Bargen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ License

The MIT License (MIT)

Copyright (c) 2011-2013 Danilo Bargen
Copyright (c) 2011-2014 Danilo Bargen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 3312434

Please sign in to comment.