Skip to content

Commit

Permalink
added post-installation to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Jan 30, 2020
1 parent 5f137c7 commit 66fca2b
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 @@ -8,6 +8,7 @@ install:
- make -C test/examples
- pip install -r requirements.dev.txt
- pip install .
- python -c 'import kaskara; kaskara.post_install()'
script:
- tox
notifications:
Expand Down

0 comments on commit 66fca2b

Please sign in to comment.