Skip to content

Commit

Permalink
Merge pull request #387 from e0ne/travis-fix
Browse files Browse the repository at this point in the history
Travis fix
  • Loading branch information
e0ne authored Mar 20, 2020
2 parents fb32b31 + c0604ef commit 3135891
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,36 @@
language: python

dist: bionic

addons:
apt:
packages:
- libpcre2-dev

arch:
- arm64
- amd64
# - ppc64le
# - s390x

python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- pypy
- "3.6"
- "3.7"
- "3.8"
- pypy3

# there is no pypy3 for arm64 on Travis CI
jobs:
exclude:
- arch: arm64
python: pypy3

install:
- pip install .
- pip install pillow pytest-cov coveralls

script:
py.test --cov scss

after_success:
coveralls

0 comments on commit 3135891

Please sign in to comment.