Commit graph

18 commits

Author SHA1 Message Date
Pēteris Caune
f9ec5b482f
Upgrade to Django 2.2.6. Fixes #284 2019-10-01 17:17:36 +03:00
Pēteris Caune
4755e1c9da
Exclude sqlite from Travis builds. There's a Django bug that breaks sqlite (https://code.djangoproject.com/ticket/30754#ticket) and I don't want all builds to fail (and potentially mask other issues) until the upstream bugfix is released. 2019-09-09 14:53:21 +03:00
Chris Caron
86ad70f6d5 improved testing 2019-08-08 21:20:58 -04:00
Pēteris Caune
28483020bf
Fix mysql configuration in .travis.yml 2019-01-22 18:39:12 +02:00
Pēteris Caune
1a9137c0ac
Set Travis dist to xenial, add py3.7 2019-01-22 18:34:39 +02:00
Pēteris Caune
9bc0f1b82a
Dropping Python 2 support 2018-04-24 21:04:33 +03:00
Pēteris Caune
ea115aa45b Add python 3.6 to travis testing matrix, change postgres from 9.4 to 9.6 2018-02-15 13:19:51 +02:00
Pēteris Caune
9e37b22a70 PDF invoices. 2017-11-30 00:23:37 +02:00
Pēteris Caune
9d8d96afbf Fix tests. 2017-07-15 02:00:07 +03:00
Di Wu
32050e06e8 dont include tests in coverage calculation 2016-01-18 16:01:34 -08:00
Di Wu
fe72792fd2 use basetestcase for most test cases that require predefined user, add test for ensuretriggers, add travis cache 2016-01-18 01:02:42 -08:00
Pēteris Caune
be7feecbe2 Put braintree requirement in .travis.yml instead of requirements.txt 2016-01-02 18:07:54 +02:00
Pēteris Caune
7240ce9ba8 Fix bug with pinging webhook 2015-08-14 12:37:02 +03:00
Pēteris Caune
fec76008e5 Install mysqlclient so Django can access MySQL database. 2015-08-13 22:12:28 +03:00
Pēteris Caune
0b35cb7201 Let's try Travis with MySQL and SQLite too 2015-08-13 22:06:54 +03:00
Pēteris Caune
1374b43c93 Let's try coveralls.io 2015-08-13 11:39:31 +03:00
Pēteris Caune
621f30ec13 More tests 2015-06-25 22:57:26 +03:00
Pēteris Caune
53a20ffba2 .travis.yml was in the wrong directory 2015-06-25 22:39:20 +03:00
Renamed from hc/.travis.yml (Browse further)