Thomas Waldmann
4e97f46e91
test on django 2.2
2019-04-03 18:16:14 +02:00
Thomas Waldmann
04c7d35e0e
add py37 / Django 2.1 to travis, restructure matrix
2018-10-19 22:05:35 +02:00
Fabian Weisshaar
d50c225eab
update Travis workflow to always use latest minor version
2018-01-30 12:37:12 +01:00
Fabian Weisshaar
81370d15fe
fix travis
2018-01-30 12:37:12 +01:00
Thomas Waldmann
d0032a512e
test py 3.6-dev, test django 1.8.18 and 1.11
2017-04-04 23:24:11 +02:00
Thomas Waldmann
ce4a6b9ffd
py 3.6 testing fixed via recent defusedxml release, fixes #298
...
defusedxml 0.5 fixes the py 3.6 issues.
2017-02-10 15:35:09 +01:00
Thomas Waldmann
228c4f8085
travis: test on py36
2017-01-21 02:51:57 +01:00
Thomas Waldmann
d7a8d9c214
travis: test on trusty with sudo, against local bind9 dns
2016-08-14 02:34:10 +02:00
Thomas Waldmann
557779051e
travis: drop py33, pip: remove --use-mirrors
2016-08-13 20:01:31 +02:00
Henning dickten
e19f2f44e6
travis: updated django version and added python 3.5
2015-12-28 20:55:37 +01:00
elnappo
a1cfc6a0b5
update django to 1.7.1 in .travis.yml
2014-10-28 17:47:28 +01:00
Thomas Waldmann
39eb5e992e
support and require django 1.7 (and related changes)
...
drop python 2.6 (not supported by django any more)
switch from django-registration (dead and broken) to django-registration-redux, fix issue #116
remove south dependency (and south migrations)
create new initial migration with django's builtin migrations
update docs
2014-10-21 05:06:44 +02:00
Thomas Waldmann
63c1cdbe6b
remove support for django 1.5.x, stuff not needed any more when requiring >= 1.6
2014-09-26 02:25:08 +02:00
Thomas Waldmann
9afe19b73d
use latest django 1.5 and 1.6 releases
2014-09-03 13:39:32 +02:00
Thomas Waldmann
9bd09b6008
on travis do not run tests that require sequential execution (can not run in parallel)
2014-09-02 00:14:24 +02:00
Thomas Waldmann
f70d6ebdf0
add requirements.d/travis.txt with the stuff needed on travis, but not installed via setup.py install_requires
2014-08-28 13:38:14 +02:00
Thomas Waldmann
9402f450ed
requirements: use django 1.6.6, travis: use django 1.5.9 and 1.6.6, also test on python 3.4
2014-08-27 17:53:52 +02:00
Thomas Waldmann
711aba237f
python 3.3 port
...
not much tested yet, be careful
2013-12-14 00:35:29 +01:00
Thomas Waldmann
273c884658
fix .travis.yml, remove almost duplicate py 2.7 / django 1.6.1 run
2013-12-13 05:10:41 +01:00
Thomas Waldmann
e8ab547a37
fix .travis.yml, shell quoting
2013-12-13 04:46:14 +01:00
Thomas Waldmann
40aee47119
fix .travis.yml, again
2013-12-13 04:20:57 +01:00
Thomas Waldmann
04b78f8072
fix .travis.yml
2013-12-13 04:14:06 +01:00
Thomas Waldmann
329b6b5abf
travis: do not run dnstools tests in parallel
...
also: only run coverage and pep8 once
2013-12-13 04:06:59 +01:00
Thomas Waldmann
e2e07b60e3
dnstools: make timeouts configurable via ENV, travis: use longer timeouts
2013-12-13 03:04:00 +01:00
Thomas Waldmann
cc4cd1c805
travis: build on django 1.5 and 1.6
2013-12-13 02:40:39 +01:00
Thomas Waldmann
b9c48e5af7
backport to python 2.6, add it travis platforms and to pypi metadata
2013-12-12 01:27:36 +01:00
Thomas Waldmann
6f98bdb8b6
make a .coveragerc, move config there, some no cover declarations / exclude some code
2013-11-21 09:45:14 +01:00
Thomas Waldmann
c53bef5cdb
add coveralls badge to README, coveralls debugging
2013-11-21 04:46:00 +01:00
Thomas Waldmann
0626bf42cb
travis.yml: add coveralls for coveralls.io, run tests with coverage
2013-11-21 04:32:02 +01:00
Thomas Waldmann
d0cabca1c5
travis: we use py 2.7 syntax, so 2.6 can't work - remove 2.6
2013-11-19 07:39:15 +01:00
Thomas Waldmann
4e6029cd93
travis: try using --upgrade to get the py.test version conflict sorted
2013-11-19 07:18:07 +01:00
Thomas Waldmann
bff859e904
travis: remove quiet from pip install for debugging issues on travis-ci
2013-11-19 07:09:14 +01:00
Thomas Waldmann
8aef8f9417
improved .travis.yml
2013-11-19 06:35:57 +01:00
Thomas Waldmann
1f38f19d35
checking if even 2.5 works :D (this is mostly to trigger a travis-ci initial run)
2013-11-19 06:13:06 +01:00
Thomas Waldmann
4c4e7aa83a
adding a travis-ci configuration
2013-11-19 06:09:20 +01:00