Skip to content

Commit

Permalink
try to run pip from venv
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Feb 23, 2016
1 parent b832188 commit 0ea76ba
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Circle CI configuration file
# https://circleci.com/docs/

test:
machine:
python:
version: 2.7.11

dependencies:
override:
- pyenv global 2.7.11
- pip install -e pkg -e master -e slave

test:
override:
- make docs

general:
Expand Down

0 comments on commit 0ea76ba

Please sign in to comment.