Write a function that takes a list of integers and returns sum of even numbers. Example: >>> add_evens([1, 2, 3, 4]) 6