Skip to content

Commit

Permalink
travis: add custom install command
Browse files Browse the repository at this point in the history
  • Loading branch information
barbosa committed Feb 1, 2020
1 parent 923ff76 commit 87ec164
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 1,5 @@
language: python
install:
- pip install -e .[dev] .[test]
script:
- pytest --cov=embroidery tests/

0 comments on commit 87ec164

Please sign in to comment.