mirror of
https://github.com/kennethreitz/pip-pop.git
synced 2026-06-05 06:56:12 +00:00
a40d885070
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.
13 lines
150 B
YAML
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
|