4b7738c0f2
* starting py3 upgrade * b64 not base64 * more progress, some more future things, and encoding * tox * update circle.yml * that version doesnt exist yet, oops * install? * sigh * Docker me? * update readme, requirements * fix for python3 * python35 * morgan remediations * does this work? * how about this? * one more time * no blank lines? * revert a bit * add future imports
15 lines
221 B
YAML
15 lines
221 B
YAML
version: 2
|
|
|
|
jobs:
|
|
build:
|
|
working_directory: ~/django-dbfilestorage
|
|
docker:
|
|
- image: themattrix/tox
|
|
steps:
|
|
- checkout
|
|
- run: tox
|
|
|
|
test:
|
|
post:
|
|
- bash <(curl -s https://codecov.io/bash)
|