Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .travis.yml #34

Closed
wants to merge 2 commits into from
Closed

Add .travis.yml #34

wants to merge 2 commits into from

Conversation

tdamsma
Copy link

@tdamsma tdamsma commented Aug 11, 2016

No description provided.

@digitalresistor
Copy link
Member

I'm thinking we may need to go to a matrix build because I don't want to test against py3.5-dev, especially since Mako is particularly sensitive to changes in core python.

https://github.com/Pylons/webob/blob/master/.travis.yml

Something like this would be better, and a tox.ini to match:

https://github.com/Pylons/webob/blob/master/tox.ini

I haven't really had a chance to bring this repo in line with all the other changes we've been making to the Pylons Project repositories in terms of testing...

@tdamsma
Copy link
Author

tdamsma commented Aug 11, 2016

I have never set up tox, but I'm willing to give it a try. Or is it better if I wait for you to do that? The reason I wanted to set up travis is the issue I just had with pyramid_mako and the way it some how messes up calls to request.static_url() if I link to relative static assets from within the template, see here

@digitalresistor
Copy link
Member

I've added a .travis.yml and updated tox.ini.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants