ionelmc / python-tblib

Serialization library for Exceptions and Tracebacks.
BSD 2-Clause "Simplified" License
165 stars 33 forks source link

Simplify Travis configuration #45

Closed jdufresne closed 5 years ago

jdufresne commented 5 years ago

Can remove 'dist: xenial' as it is now the default.

Can use alias 'pypy2' and 'pypy3' for the latest available PyPy release.

ionelmc commented 5 years ago

Actually the dist: xenial will be added back cause travis changes the dist in the future and that can cause unexpected breakage (we want reproduceable CI).