Skip to content

Commit

Permalink
travis: Drop --ro-functional, it can be flakey
Browse files Browse the repository at this point in the history
  • Loading branch information
crobinso committed Feb 27, 2019
1 parent 1a81074 commit 7de8b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,8 @@ install:
- pip install tox-travis

script:
- tox -- --ro-functional
# --ro-functional can be flakey, so drop it
- tox

notifications:
email: true
Expand Down

0 comments on commit 7de8b22

Please sign in to comment.