Skip to content

Commit

Permalink
Simplifying appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
hbldh committed Mar 7, 2018
1 parent 8a7415e commit c954bd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ install:
- "pip install pytest"
- "pip install mock"
- "pip install pytest-cov"
- "pip install python-coveralls"

# Install PyBankID as editable code.
- "pip install -e ."

test_script:
- "%PYTHON%/Scripts/py.test tests/ --cov bankid --cov-report term-missing"
- "py.test tests/ --cov bankid --cov-report term-missing"

# on_success:
# - ""

0 comments on commit c954bd1

Please sign in to comment.