4461771ebe
Dockerfile: fix cryptography build by upgrading image
...
Also use HTTPS for NPM package registry.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-15 19:06:12 +02:00
8bc5a00aac
Dockerfile: pin pip at 20.4.5 due to Python 2
...
Pip 21.0 drops support for Python 2:
https://pip.pypa.io/en/stable/news/#v21-0
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-15 18:53:10 +02:00
David Buxton
428eb803fd
Fix travis tests and bump minor Django version
...
See https://github.com/npm/npm/issues/20861 - AWS issue with M5 machine
family which I guess is what Travis uses under the hood.
2020-07-29 07:51:43 +01:00
Frank Hamand
71d3d0d532
Add support for changing default celery queue name
2019-01-29 13:28:57 +00:00
Frank Hamand
b30e25d85a
Add missing curl dependencies to dockerfile (for SQS)
2019-01-24 15:43:12 +00:00
Frank Hamand
d6f32eaf19
Switch from jenkinsapi to python-jenkins
...
jenkinsapi has terrible performance (between 4 and 14seconds for a
jenkins check) - switch to the openstack library which is lower level.
2017-09-07 11:23:48 +01:00
Frank Hamand
2f79bc5a23
Switch to using alpine linux for docker container
2017-02-13 14:08:24 +00:00
Jean-Fred Berthelot
a68c2f6b5d
Add test coverage support
...
- Split out requirements in two files
(testing and main)
- Add Bash script running test with coverage
- Add .coveragerc configuration file,
including Django coverage plugin
- Add post-build to Travis script running CodeCov
2016-12-22 11:09:43 +00:00
David Buxton
27f65a2eba
Docker-compose setup
...
- Externalise requirements to pip format
- Add entry-point script
- Update Travis-CI configuration
- Fix test data
2016-09-20 10:33:22 +01:00