Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
immerrr committed Aug 14, 2018
1 parent 102b802 commit b202292
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
sudo: false
language: python
git:
depth: 3
python:
- "2.7"
- "3.4"
# First python version in this list is the default for matrix.include
# - "3.7"
- "3.6"
- "3.5"
- "3.4"
- "2.7"
env:
matrix:
- EVM_EMACS=emacs-24.3-travis
- EVM_EMACS=emacs-24.4-travis
- EVM_EMACS=emacs-24.5-travis
- EVM_EMACS=emacs-26.1-travis
global:
# Turn on --use-mirrors option everywhere (even in tox):
- PIP_USE_MIRRORS=t
# Use Python version of the one used for running tox
- TOXENV=py
matrix:
allow_failures:
- python: "3.5"
include:
- env: EVM_EMACS=emacs-24.3-travis
- env: EVM_EMACS=emacs-24.4-travis
- env: EVM_EMACS=emacs-24.5-travis
- env: EVM_EMACS=emacs-25.1-travis
- env: EVM_EMACS=emacs-25.2-travis
- env: EVM_EMACS=emacs-25.3-travis

before_install:
- pip install -q virtualenv tox
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
Expand Down

0 comments on commit b202292

Please sign in to comment.