python / raspberryio

Source code for raspberry.io
http://raspberry.io
Other
221 stars 41 forks source link

Config files needed for Travis CI #171

Closed vkurup closed 11 years ago

vkurup commented 11 years ago

I referenced (i.e. "stole") the pycon2014 site and django-timepiece for these config files.

Ref #163

calebsmith commented 11 years ago

I think we don't strictly need tox in here at all, since the Python and Django versions are set and the project isn't a reusable app with multiple possible environments. However, this gives us the flexibility moving forward to test our code against the current environment as well as a new one, such as Django 1.5.

Everything looks correct to me. We can also add the Travis badges to the README once we see it working.

:shipit: