Skip to content

Commit

Permalink
Merge 0c1fe55 into 0d4e5ee
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed May 14, 2020
2 parents 0d4e5ee + 0c1fe55 commit 3973386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[all,dev]
pip install .
- name: Lint with flake8
run: |
pip install flake8
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install:
- pip install pytest
- pip install pytest-coverage
- pip install coveralls
- pip install .[all,dev]
- pip install .[dev]

script:
- pytest -p no:sugar tests --cov python/sdssdb --cov-report html
Expand Down

0 comments on commit 3973386

Please sign in to comment.