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

Create .travis.yml #34

Merged
merged 3 commits into from
Feb 12, 2016
Merged

Create .travis.yml #34

merged 3 commits into from
Feb 12, 2016

Conversation

techtonik
Copy link
Contributor

Check to see if branch local .travis.yml works.
See #33 (comment)

@matthew-brett
Copy link
Member

I enabled it on travis, I think.

@techtonik
Copy link
Contributor Author

@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
Copy link
Member

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?

Copy link
Contributor Author

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.

@matthew-brett
Copy link
Member

Suggest adding

python:
    - 2.7

before_install:
    - pip install sphinx

@matthew-brett
Copy link
Member

Oops, then:

    - pip install linkchecker
script:
    - make html
    - linkchecker _build/html/index.html

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
@techtonik
Copy link
Contributor Author

Squashed some commits for clarity.

sudo: false

language: python

Copy link
Member

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

Copy link
Contributor Author

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. =)

@matthew-brett
Copy link
Member

I stand corrected ...

matthew-brett added a commit that referenced this pull request Feb 12, 2016
@matthew-brett matthew-brett merged commit a10534d into mingwpy:source Feb 12, 2016
@techtonik techtonik deleted the patch-2 branch February 12, 2016 05:53
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