Merge branch 'django1.7' of mus.cacr.caltech.edu:htsworkflow into django1.7
[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 ))