Skip to content

Commit 3a0d046

Browse files
committed
running tests with pytest now
1 parent b019add commit 3a0d046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ python:
88
- pypy3
99
install:
1010
- pip install -r requirements.txt
11-
- pip install myql coverage coveralls
11+
- pip install myql coverage coveralls pytest
1212
script:
13-
- coverage run --source=yahoo_oauth -m unittest discover
13+
- coverage run --source=yahoo_oauth -m pytest -v tests.py
1414
before_install:
1515
- openssl aes-256-cbc -K $encrypted_6d515aab85d8_key -iv $encrypted_6d515aab85d8_iv
1616
-in secrets.tar.enc -out secrets.tar -d

0 commit comments

Comments
 (0)