1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
django-client-reverse/circle.yml

17 lines
210 B
YAML
Raw Permalink Normal View History

2015-12-09 22:35:00 +00:00
machine:
python:
version: 3.4.2
environment:
DEBUG: true
IN_URL_TEST: true
dependencies:
pre:
2015-12-10 20:43:32 +00:00
- ./scripts/build
2015-12-09 22:35:00 +00:00
cache_directories:
- env
test:
override:
2015-12-10 20:43:32 +00:00
- ./scripts/runtests