summaryrefslogtreecommitdiffstats
path: root/circle.yml
blob: fe270556020a18f019202d0df21d6efa32fd7b01 (plain)
1
2
3
4
5
6
7
8
9
machine:
  post:
    - pyenv local 2.7.10 3.3.3 3.4.3 3.5.0

dependencies:
  override:
    - pip install tox tox-pyenv
  pre:
    - pip install psutil