Skip to content

Commit

Permalink
share make develop
Browse files Browse the repository at this point in the history
  • Loading branch information
javefang committed Nov 20, 2018
1 parent f89be48 commit b6af8ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Expand Up @@ -58,8 +58,7 @@ job-tmpl: &job-tmpl
name: Build and install dists
command: |
. venv/bin/activate
./foreach.sh 'cp ../VERSION ../CHANGES.md ../common_setup.py ../MANIFEST.in ../LICENSE .'
./foreach.sh 'pip install -e .[tests]'
make develop
- run:
name: Run Tests - pytest-fixture-config
working_directory: ~/src/pytest-fixture-config
Expand Down
3 changes: 0 additions & 3 deletions install.sh
Expand Up @@ -33,9 +33,6 @@ function init_venv {
local py=$1
virtualenv venv --python=$py
. venv/bin/activate
pip install \
pypandoc \
coverage
}

function update_apt_sources {
Expand Down

0 comments on commit b6af8ed

Please sign in to comment.