graphite-project / carbon

Carbon is one of the components of Graphite, and is responsible for receiving metrics over the network and writing them down to disk using a storage backend.
http://graphite.readthedocs.org/
Apache License 2.0
1.5k stars 490 forks source link

simplify travis-ci config #875

Closed ploxiln closed 4 years ago

ploxiln commented 4 years ago

xenial and "sudo=true" are standard now (https://docs.travis-ci.com/user/reference/linux/)

python-3.8 has been released, so "-dev" can be removed

also simplify install section a bit, and adjust matrix entries so "env" is always last (for readability)