Skip to content

Commit

Permalink
pip
Browse files Browse the repository at this point in the history
  • Loading branch information
pior committed Jun 13, 2018
1 parent 43e77dd commit 9102598
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
steps:
- checkout
- run: dep ensure
- run:
name: Install Pip
command: |
DEBIAN_FRONTEND=noninteractive sudo apt-get --no-install-recommends -y install python3-pip
- run:
name: Install PyEnv
command: |
Expand All @@ -28,9 +32,9 @@ jobs:
command: |
DEBIAN_FRONTEND=noninteractive sudo apt-get --no-install-recommends -y install zsh
- run:
command: pip install -r tests/requirements.txt
command: pip3 install -r tests/requirements.txt
- run:
command: pytest -vv tests
command: ~/.local/bin/pytest -v tests

lint:
docker:
Expand Down

0 comments on commit 9102598

Please sign in to comment.