Skip to content

Commit c82aeee

Browse files
committed
Add build matrix entry for native Ubuntu versions
Ubuntu trusty contains requests 2.2.1 and coverage 3.7.1
1 parent b26a450 commit c82aeee

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ python:
99
- 3.3
1010
- 3.4
1111
- pypy3
12+
matrix:
13+
include:
14+
- python: 2.7
15+
dist: trusty
16+
sudo: required
17+
virtualenv:
18+
system_site_packages: true
19+
addons:
20+
apt:
21+
packages:
22+
- python-requests
23+
- python-coverage
24+
- python-mock
25+
1226
install:
1327
- pip install -r tests/requirements.txt
1428
- python setup.py install

0 commit comments

Comments
 (0)