jpvanhal / flask-split

A/B testing for your Flask application.
https://flask-split.readthedocs.io/
MIT License
120 stars 37 forks source link

Fixed non serializable set error #5

Closed kwikiel closed 9 years ago

kwikiel commented 9 years ago

This solves issue for me https://github.com/jpvanhal/flask-split/issues/3

kwikiel commented 9 years ago

How to pass Travis check?

jpvanhal commented 9 years ago

Thanks for the patch! This has been merged in ea8793673a4f4a5227f1c6e5a788962a38c0f911.

There had been some changes to the Travis environment which had broken the build. I fixed that too.