summaryrefslogtreecommitdiffstats
path: root/circle.yml
blob: c3e11ae965b1b9af1834fa64cc49f521c2a4d611 (plain)
1
2
3
4
5
6
7
8
9
10
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 -U pip setuptools
    - pip install psutil