summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2020-01-03 14:42:45 -0500
committerAnish Athalye <me@anishathalye.com>2020-01-03 15:31:24 -0500
commit1e1885c45a28190dc1cbde993a9ddcf1729ee4d1 (patch)
tree54f87b800455f680cd81361443f0ff1293cf7ef0 /.travis.yml
parenta7ed16681752f9297d626480f67a5bada24cd62a (diff)
Fix incorrect use of `is` over `==`
Comparing strings and integers with `is` is a bug: comparisons should be done with `==`. It might not have caused observable problems in the past because small integers and strings can be interned.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions