Skip to content

Commit 576b449

Browse files
committed
Yet another try to get python versions we need
1 parent f735368 commit 576b449

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
1+
# Use travis container-based build system for speed
12
sudo: false
23

4+
# Ubuntu trusty (14.04) - latest that Travis offers
5+
dist: trusty
6+
7+
# Make sure all the python versions we need are pre-installed
8+
# (apt-get is not available in the container-based build system)
9+
addons:
10+
apt:
11+
sources:
12+
- deadsnakes
13+
packages:
14+
- python2.7
15+
- python3.4
16+
- python3.5
17+
- python3.6
18+
319
language: python
420

21+
# The version of Python that'll be used to invoke tox. Has no effect
22+
# on what version of Python tox uses to run each set of tests.
523
python:
624
- "3.5"
725

0 commit comments

Comments
 (0)