Commit Graph

20 Commits

Author SHA1 Message Date
Luna fb817e129a ci: debug venv location 2021-06-30 22:33:26 -03:00
Luna 2492d55f30 ci: bump to python 3.9 2021-06-25 15:17:21 -03:00
Luna 133154ad1b .gitlab-ci.yml: run black fmt check 2020-03-31 16:38:59 -03:00
Luna 6653dbf4d5 ci: add POSTGRES_HOST_AUTH_METHOD=trust 2020-02-17 22:46:32 -03:00
Luna e0e59f8b63 fix types (big)
varied fixes across many, many files.
2020-02-06 21:10:51 +00:00
Luna deb8a67f91 gitlab-ci.yml: remove tox from main pipeline
tox still stays as a "dev-oriented" testing tool.
2019-08-03 16:46:53 -03:00
Luna cde6bc8ed8 update gitlab-ci.yml and README 2019-07-21 12:59:24 -03:00
Luna 1617c87f03 migration: revamp everything to handle new 0_base.sql
- gitlab-ci.yml: remove schema.sql loading
2019-04-03 23:34:44 -03:00
Luna Mendes 0a29d3156a .gitlab-ci.yml: add gifsicle to main apk add command 2018-11-21 20:08:19 -03:00
Luna Mendes 0449fad9a3 Revert ".gitlab-ci.yml: drop pipenv install pre-script"
This reverts commit d11f8692e4.
2018-11-17 22:42:57 -03:00
Luna Mendes d11f8692e4 .gitlab-ci.yml: drop pipenv install pre-script
we're pratically installing packages twice for no reason, since tox
will also run pipenv install on its environment.
2018-11-17 18:53:26 -03:00
Luna Mendes 7333651a7d .gitlab-ci.yml: try to fix pillow by adding -dev packages 2018-11-15 00:31:02 -03:00
Luna Mendes cd08c657b1 .gitlab-ci.yml: use postgres hostname on psql 2018-11-13 04:28:50 -03:00
Luna Mendes 5aa1713133 .gitlab-ci.yml: add db initalization 2018-11-13 04:23:00 -03:00
Luna Mendes 797810df2c .gitlab-ci.yml: add git 2018-11-13 04:18:07 -03:00
Luna Mendes b58a0c5c84 .gitlab-ci.yml: add libffi-dev, openssl-dev 2018-11-13 04:14:15 -03:00
Luna Mendes c4b90d674a .gitlab-ci.yml: remove python3.7-dev 2018-11-13 04:09:44 -03:00
Luna Mendes cdad58bbc3 .gitlab-ci.yml: dunno maybe that works 2018-11-13 04:07:15 -03:00
Luna Mendes 893e96f8ec .gitlab-ci.yml: add cache related configs
taken from gitlab's default python ci config
2018-11-13 04:01:21 -03:00
Luna Mendes e7c51381e3 first try at a gitlab ci config
- Pipfile: update asyncpg from 0.16.0 to 0.18.2
2018-11-13 03:52:45 -03:00