rename sub-title

This commit is contained in:
Vinta 2015-09-03 20:23:31 +08:00
parent 6241dca4d9
commit 08d6d41b92
1 changed files with 6 additions and 5 deletions

View File

@ -83,7 +83,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
- [Editor Plugins](#editor-plugins)
- [IDEs](#ides)
- [Services](#services)
- [Cloud continuous integration](#cloud-continuous-integration)
- [Continuous Integration](#continuous-integration)
- [Resources](#resources)
- [Websites](#websites)
- [Weekly](#weekly)
@ -1139,10 +1139,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
Online tools and APIs to simplify development.
## Cloud Continuous Integration
* [Travis CI.com](https://travis-ci.com) - Take care of running your tests and deploying your private apps.
* [Travis CI.org](https://travis-ci.org) - A distributed build system for the open source community.
* [Vexor CI](https://vexor.io) - A distributed cloud web-service for building and testing software, a continuous integration tool for private apps with pay-per-minute billing model.
## Continuous Integration
* [Travis CI](https://travis-ci.org) - A distributed build system for the open source community.
* [Travis CI Pro](https://travis-ci.com) - Take care of running your tests and deploying your private apps.
* [Vexor CI](https://vexor.io) - A continuous integration tool for private apps with pay-per-minute billing model.
# Resources