Mindwerks / worldengine

World generator using simulation of plates, rain shadow, erosion, etc.
MIT License
981 stars 127 forks source link

move over to using trusty #223

Closed psi29a closed 8 years ago

psi29a commented 8 years ago

This switches us away from docker to using a full VM using trusty. With all the things we do with WE, it is easier for us to do our job with a full VM.

psi29a commented 8 years ago

Yay, python3.4 tests are testing...

but this came up, someone fix it! :P

  File "/home/travis/build/Mindwerks/worldengine/tests/serialization_test.py", line 9, in <module>
    from sets import Set
ImportError: No module named 'sets'
coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling b1f20be846f88bb9d194691e8611f0d44b4ea0a8 on trusty into \ on master**.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling b1f20be846f88bb9d194691e8611f0d44b4ea0a8 on trusty into \ on master**.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling b1f20be846f88bb9d194691e8611f0d44b4ea0a8 on trusty into \ on master**.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling e5e8d815f80192b8fab7dc08cecc270cbaaf3798 on trusty into \ on master**.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling 7954222a3b6e83cd8fe7ff0613a8ad151907a694 on trusty into \ on master**.

psi29a commented 8 years ago

Damn you pypy, so close!

ImportError: No module named google

psi29a commented 8 years ago

Yay, tests are running!

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling 077afc4347e681f1ba6cadc7e4a75b14bd29bffc on trusty into \ on master**.

psi29a commented 8 years ago

They fail on pypy of course, this needs fixing.

h5py doesn't run on pypy.

psi29a commented 8 years ago

@ftomassetti is this OK?

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling 1488c82455b0d2265a7e15374b17ba6a8cf25fb2 on trusty into \ on master**.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling bed3c37b900c209b90002527c1df9e1e46812273 on trusty into \ on master**.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling f04febaa9211df93a8670f4e88edd4a4c599f9c1 on trusty into \ on master**.

psi29a commented 8 years ago

OK, merging in.

This means that any future updates have to pass python27, python34, pyflakes and manifest. This will helps keep WE stable.