Add Travis config

Travis will need to be switched on for this repo via:
https://travis-ci.org/profile

Note: Due to #10 the tests currently fail for pip 8.1.2.
This commit is contained in:
Ed Morley
2016-05-17 17:59:44 +01:00
parent 433e02ec7e
commit a40d885070
2 changed files with 15 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "pypy"
cache: pip
install:
- pip install -r requirements.txt
script:
- tox
+3
View File
@@ -1,6 +1,9 @@
pip-pop
=======
.. image:: https://travis-ci.org/kennethreitz/pip-pop.svg?branch=master
:target: https://travis-ci.org/kennethreitz/pip-pop
Working with lots of ``requirements.txt`` files can be a bit annoying.
Have no fear, **pip-pop** is here!