Skip to content

Commit

Permalink
optimize circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
coreGreenberet authored May 8, 2018
1 parent 14fed58 commit d421030
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,8 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install coverage codecov pylint twine sphinx sphinx-autobuild sphinx_rtd_theme
pip install -r requirements.txt
pip install coverage
pip install codecov
pip install pylint
pip install twine
pip install sphinx
pip install sphinx-autobuild
pip install sphinx_rtd_theme
pip install -e .
- save_cache:
Expand Down

0 comments on commit d421030

Please sign in to comment.