Skip to content

Commit

Permalink
Adding pytest to the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed May 7, 2018
1 parent 6fedbea commit b36e518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
install:
- "pip install flake8"
- "pip install stringify==0.1.1"
- "pip install pytest"

script:
- "flake8 tk_tools"

0 comments on commit b36e518

Please sign in to comment.