Skip to content

Commit 14caaf8

Browse files
fix(travis): Run pytest from pipenv
1 parent 33ca433 commit 14caaf8

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
@@ -17,11 +17,11 @@ install:
1717
- pip install pipenv
1818

1919
before_script:
20-
- pipenv install
20+
- pipenv install --dev
2121

2222
script:
2323
- flake8
24-
- pytest --cov -v --tb=native
24+
- pipenv run pytest --cov -v --tb=native
2525

2626
notifications:
2727
email:

0 commit comments

Comments
 (0)