Revision 1c480dfc711b7818b08824d5974f722c7d929750 authored by Jeremy Low on 03 October 2017, 01:15:30 UTC, committed by GitHub on 03 October 2017, 01:15:30 UTC
Update the exception handle change to ConfigParser class for py2/py3 compatibility.
2 parent s e43600a + dc62607
Raw File
circle.yml
dependencies:
  override:
    - pip install -U pip
    - make dev

test:
  pre:
    - make info
    - uname -a
    - lsb_release -a
  override:
    - make ci
back to top