1
0
Fork 0
Commit graph

19 commits

Author SHA1 Message Date
Adam Dobrawy
c949db130e Fix pip update command 2015-08-14 16:57:20 +02:00
Adam Dobrawy
cbfe2b5c5a "--use-mirrors" remove and pip upgrade
It is good to use newest version of pip. For example pip 7 install add to support to cache compiled-package and improved cache.

```--use-mirrors``` is deprecated. PyPI use CDN now, so it doesn't make sense.
2015-08-14 16:53:28 +02:00
Adam Dobrawy
d05b255cc2 Add pip cache and cointaner mode to travis
Pip caching is described in http://docs.travis-ci.com/user/caching/ . We willn't need redownload dependencies every time. It will work faster.

Container-based infrastructure is described in http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade . We can freely migrate to container-based infrastructure. It will work faster too.
2015-08-14 16:44:26 +02:00
Adam Coddington
3e1f6b9909 Adding Python 3.4. 2015-07-07 21:02:01 -07:00
Adam Coddington
a86527beec Whoops; need to update the excludes. 2015-07-07 20:18:22 -07:00
Adam Coddington
2ebc4b414a Dropping support for Django 1.5 and 1.6; adding support for Django 1.8. 2015-07-07 20:11:40 -07:00
Adam Coddington
634f2f4b26 Adding basic integration tests. 2015-04-12 12:11:39 -07:00
Adam Coddington
e4fb22a7f1 Let's still fail a build if we break things for Django 1.4 and 1.5; lots of people are trapped on old versions. 2014-11-07 19:17:06 -08:00
Patrick Craston
2d82c00c5b convert migrations to work with Django 1.7, add Django 1.7.1 to travis test matrix 2014-11-07 17:35:34 +00:00
Adam Coddington
ee91ad7d28 Exclude Django 1.4.14 with Python 3k. 2014-09-01 13:07:39 -07:00
Adam Coddington
906011416d Updating supported django versions. 2014-09-01 13:02:11 -07:00
Adam Coddington
5c8385de21 Dropping support for Python 3.2; the whole unicode literal thing has been a little troublesome over the years. 2014-09-01 12:57:00 -07:00
Adam Coddington
002e33bd95 Refactoring imports for Python3 support. Fixes #13.
* Refactoring unicode payload handling of mis-encoded payloads.
* Uses six.moves.urllib to find proper urllib versions.
2014-04-24 15:44:45 -07:00
Adam Coddington
ce74ff1f83 Removing 1.4.10 from tested versions. 2013-12-24 02:18:12 -08:00
Adam Coddington
24adc86410 Adding a greater variety of Django versions. 2013-12-24 02:10:54 -08:00
Alexander Hansen
3b5e8afc08 Bumped django to 1.5.4 2013-09-28 11:52:06 +00:00
Adam Coddington
871d2983b8 Bumping version; adding python 3 support. 2013-06-22 15:43:32 -07:00
Adam Coddington
4567312402 Adding Django 1.5, Removing Django 1.3 to versions tested on Travis.CI. 2013-06-22 15:09:29 -07:00
Adam Coddington
0eb63b44cf Adding tests. 2013-01-19 00:26:58 -08:00