Files
pip-pop/.travis.yml
Ed Morley a40d885070 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.
2016-08-28 23:52:38 +01:00

13 lines
150 B
YAML

sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "pypy"
cache: pip
install:
- pip install -r requirements.txt
script:
- tox