Skip to content

Commit

Permalink
Don't run tests on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
vbe0201 committed Jul 28, 2019
1 parent e1423b8 commit 6ceac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script:
- pylama .

# Unit tests
- python setup.py test
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then python setup.py test; fi

# Build docs
- make -C docs html
Expand Down

0 comments on commit 6ceac65

Please sign in to comment.