-
Notifications
You must be signed in to change notification settings - Fork 11
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
Create .travis.yml #34
Conversation
I enabled it on travis, I think. |
@matthew-brett I believe it needs a commit to bootstrap - https://travis-ci.org/mingwpy/ - merging this one should be fine for a start. |
language: python | ||
|
||
script: | ||
- make.bat html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this windows specific?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Sorry, I am on Windows so I forgot that it is for Travis and not for AppVeyor.
Suggest adding
|
Oops, then:
|
Check to see if local .travis.yml works. See mingwpy#33 (comment)
Install linkchecker (if that's the package that matplotlib uses)
alabaster is already a Sphinx dependency
Squashed some commits for clarity. |
sudo: false | ||
|
||
language: python | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you still need:
install:
- pip install -r requirements.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. Click the green commit checkmark or expand "All checks passed" box to see for yourself. =)
I stand corrected ... |
Check to see if branch local .travis.yml works.
See #33 (comment)