Skip to content

Commit

Permalink
#98 pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 15, 2020
1 parent cb40378 commit 8b3d299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rultor.yml
Expand Up @@ -5,8 +5,9 @@ assets:
env:
MAVEN_OPTS: -XX:MaxPermSize=256m -Xmx1g
install: |-
pip install aibolit==1.2.3rc2
export PATH=${PATH}:$(pwd)/.local/bin
pip3 install --upgrade pip
pip3 install aibolit==1.2.3rc2
pdd --source=$(pwd) --file=/dev/null
aibolit check --folder=src/main
merge:
Expand Down

0 comments on commit 8b3d299

Please sign in to comment.