Skip to content

Commit

Permalink
travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhsecond committed Feb 4, 2020
1 parent e26cfc2 commit 97bfd6e
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
matrix:
include:
- name: "Build Docs"
os: linux
dist: xenial
language: python
python: '3.7'
cache: pip
env:
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
- SEGFAULT_SIGNALS=all
- TOXENV=docs
addons:
apt_packages:
- pandoc

# Cover 3.7
- name: "Linux Python 3.7: Run tests"
Expand Down Expand Up @@ -110,6 +97,20 @@ matrix:
- $HOME/.cache/pip
- $HOME/.cache/pyenv

- name: "Build Docs"
os: linux
dist: xenial
language: python
python: '3.7'
cache: pip
env:
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
- SEGFAULT_SIGNALS=all
- TOXENV=docs
addons:
apt_packages:
- pandoc

before_install:
- |
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
Expand Down

0 comments on commit 97bfd6e

Please sign in to comment.