sawcordwell / pymdptoolbox

Markov Decision Process (MDP) Toolbox for Python
BSD 3-Clause "New" or "Revised" License
521 stars 251 forks source link

Make sure that doctests are run when testing on Travis CI #1

Closed sawcordwell closed 9 years ago

sawcordwell commented 9 years ago

Many of the doctests are failing when they get run on each module. The package will probabliy have to be restructured somewhat because I can't get Python 3 to run the doctests as in at the moment.