Skip to content

Commit

Permalink
Removed PyPy from the test matrix
Browse files Browse the repository at this point in the history
There seems to be a problem with setuptools_scm.
  • Loading branch information
agronholm committed Sep 23, 2021
1 parent d4c1dc1 commit 292fbf8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Expand Up @@ -16,17 +16,13 @@ jobs:

- &test
stage: test
env: TOXENV=pypy
python: pypy
env: TOXENV=pypy3
python: pypy3
before_install: docker-compose up -d
after_success:
- pip install coveralls
- coveralls

- <<: *test
env: TOXENV=pypy3
python: pypy3

- <<: *test
env: TOXENV=py27
python: "2.7"
Expand Down

0 comments on commit 292fbf8

Please sign in to comment.