We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf864d9 commit 9d43a6aCopy full SHA for 9d43a6a
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "vendor/http-parser"]
2
path = vendor/http-parser
3
- url = git@github.com:nodejs/http-parser.git
+ url = https://github.com/nodejs/http-parser.git
.travis.yml
@@ -0,0 +1,14 @@
+language: python
+
+os:
4
+ - linux
5
6
+python:
7
+ - 3.5
8
9
+install:
10
+ - "pip install --no-binary=:all: cython"
11
+ - make
12
13
+script:
14
+ - make test
README.md
@@ -1,3 +1,5 @@
+[](https://travis-ci.org/MagicStack/httptools)
httptools is a Python binding for nodejs HTTP parser. It's still in a
very early development stage, expect APIs to break.
0 commit comments