Skip to content

Commit

Permalink
Updates travis to build docs via make
Browse files Browse the repository at this point in the history
  • Loading branch information
dgasmith committed Mar 29, 2018
1 parent 50c703d commit ca8cdbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,10 @@ before_install:
- pip install -e .

script:
- py.test -v
- make test

after_success:
- make docs

notifications:
email: false

0 comments on commit ca8cdbc

Please sign in to comment.