Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcrm committed Oct 5, 2017
1 parent fcc5e41 commit 8c3c11c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions distelli-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ ipcrm/puppet_webapp:
- export PATH="$PYENV_ROOT/bin:$PATH"
- eval "$(pyenv init -)"
- pyenv install 2.7.10
Build:
- export PYENV_ROOT="$HOME/.pyenv"
- export PATH="$PYENV_ROOT/bin:$PATH"
- pyenv local 2.7.10
- pip install -r requirements.txt
- pip install discover
- python ./test.py -v
Build:
- python ./setup.py sdist
PkgInclude:
- 'dist/*.tar.gz'
Expand Down

0 comments on commit 8c3c11c

Please sign in to comment.