mirror of
https://github.com/vinta/awesome-python.git
synced 2025-02-17 13:58:06 +00:00
Merge pull request #441 from makrusak/add-CI-services
Add "Continuous Integration services" section
This commit is contained in:
commit
6241dca4d9
13
README.md
13
README.md
|
@ -82,7 +82,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
||||||
- [Editor Plugins](#editor-plugins)
|
- [Editor Plugins](#editor-plugins)
|
||||||
- [IDEs](#ides)
|
- [IDEs](#ides)
|
||||||
- [Chat](#chat)
|
- [Services](#services)
|
||||||
|
- [Cloud continuous integration](#cloud-continuous-integration)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Websites](#websites)
|
- [Websites](#websites)
|
||||||
- [Weekly](#weekly)
|
- [Weekly](#weekly)
|
||||||
|
@ -874,6 +875,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* Error Handler
|
* Error Handler
|
||||||
* [FuckIt.py](https://github.com/ajalt/fuckitpy) - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not.
|
* [FuckIt.py](https://github.com/ajalt/fuckitpy) - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not.
|
||||||
|
|
||||||
|
|
||||||
## Code Analysis and Linter
|
## Code Analysis and Linter
|
||||||
|
|
||||||
*Libraries and tools for analysing, parsing and manipulation codebases.*
|
*Libraries and tools for analysing, parsing and manipulation codebases.*
|
||||||
|
@ -1133,6 +1135,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [Spyder](https://github.com/spyder-ide/spyder) - Open Source Python IDE.
|
* [Spyder](https://github.com/spyder-ide/spyder) - Open Source Python IDE.
|
||||||
* [WingIDE](http://wingide.com/) - Commercial IDE for Python.
|
* [WingIDE](http://wingide.com/) - Commercial IDE for Python.
|
||||||
|
|
||||||
|
# Services
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
# Resources
|
# Resources
|
||||||
|
|
||||||
Where to discover new Python libraries.
|
Where to discover new Python libraries.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user