Test htsworkflow under several different django & python versions
[htsworkflow.git] / .dir-locals.el
1 ;;; Directory Local Variables
2 ;;; For more information see (info "(emacs) Directory Variables")
3
4 ((nil
5   (elpy-test-runner . elpy-test-django-runner)
6   (elpy-project-root . "~/proj/htsworkflow")
7   (pyvenv-workon . "htsworkflow")
8 ))