Skip to content
Browse files

Add travis-ci and coveralls

  • Loading branch information...
1 parent 097d52e commit c953391dd7f66500a730fafd07ba78f6b81b9474 @socketubs committed
Showing with 15 additions and 2 deletions.
  1. +0 −2 .coveragerc
  2. +12 −0 .travis.yml
  3. +3 −0 README.md
View
2 .coveragerc
@@ -1,2 +0,0 @@
-[report]
-include = requirements.py
View
12 .travis.yml
@@ -0,0 +1,12 @@
+language: python
+python:
+ - "2.7"
+ - "3.3"
+ - "3.4"
+ - "3.5"
+ - "3.5-dev" # 3.5 development branch
+ - "nightly" # currently points to 3.6-dev
+ - "pypy"
+install: pip install pytest pytest-cov coveralls flake8
+script: flake8
+script: py.test --cov requirements.py
View
3 README.md
@@ -2,6 +2,9 @@
*☛ Python requirements for Humans ™*
+[![Coverage Status](https://coveralls.io/repos/github/socketubs/requirements/badge.svg?branch=master)](https://coveralls.io/github/socketubs/requirements?branch=master)
+[![Build Status](https://travis-ci.org/socketubs/requirements.svg?branch=master)](https://travis-ci.org/socketubs/requirements)
+
Write your adorable `requirements.txt` once and forget `setup.py` hassles.
```python

0 comments on commit c953391

Please sign in to comment.
Something went wrong with that request. Please try again.