Skip to content

Commit

Permalink
WIP: fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Jan 4, 2019
1 parent 2e44440 commit 7e23e61
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
@@ -1,21 +1,20 @@
# Config file for automatic testing at travis-ci.org

# Python 3.7 -> https://github.com/travis-ci/travis-ci/issues/9069
# https://docs.travis-ci.com/user/languages/python/
language: python
sudo: required
dist: xenial
python:
- "3.5"
- "3.6"
- "3.7"
- "pypy3"

cache:
directories:
- $HOME/.pip-accel
- $HOME/.cache/pip

matrix:
allow_failures:
# Python 3.7 -> https://github.com/travis-ci/travis-ci/issues/9069
- python: 3.7
- python: pypy3
fast_finish: true
include:
#
Expand Down

0 comments on commit 7e23e61

Please sign in to comment.