Skip to content

Commit

Permalink
Yet another try to get python versions we need
Browse files Browse the repository at this point in the history
  • Loading branch information
dpoirier committed Nov 1, 2017
1 parent f735368 commit 576b449
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Use travis container-based build system for speed
sudo: false

# Ubuntu trusty (14.04) - latest that Travis offers
dist: trusty

# Make sure all the python versions we need are pre-installed
# (apt-get is not available in the container-based build system)
addons:
apt:
sources:
- deadsnakes
packages:
- python2.7
- python3.4
- python3.5
- python3.6

language: python

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

Expand Down

0 comments on commit 576b449

Please sign in to comment.