Skip to content

Speed up build process #2312

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

Merged
merged 1 commit into from
Jul 18, 2016
Merged

Speed up build process #2312

merged 1 commit into from
Jul 18, 2016

Conversation

berkerpeksag
Copy link
Member

  • We don't need all dependecies to run 'tox -e lint'
  • We don't really use pytest-django but it wouldn't hurt
    setting --reuse-db
  • coveralls doesn't seem to be working at the moment so
    I removed it
  • Delete unused runtests.sh. 'tox -e py27' already does
    the same job.
  • Cache all dependencies in Travis CI

@agjohnson
Copy link
Contributor

I think we do need deps on linting, otherwise get swamped with import errors on external modules.

+1 on removing runtests.sh -- if our docs still reference this, we should update that. Also, yeah, not using coveralls, +1 there too.

@agjohnson agjohnson added Status: reviewed PR: work in progress Pull request is not ready for full review labels Jul 15, 2016
* We don't need all dependecies to run 'tox -e lint'
* We don't really use pytest-django but it wouldn't hurt
  setting --reuse-db
* coveralls doesn't seem to be working at the moment so
  I removed it
* Delete unused runtests.sh. 'tox -e py27' already does
  the same job.
* Cache all dependencies in Travis CI
@berkerpeksag
Copy link
Member Author

Thanks for the review. Updated PR.

@agjohnson
Copy link
Contributor

Great, thanks for the update! Looks good

@agjohnson agjohnson merged commit 556a672 into readthedocs:master Jul 18, 2016
@berkerpeksag berkerpeksag deleted the speedup-tests branch July 18, 2016 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: work in progress Pull request is not ready for full review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants