summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-09-24 00:46:59 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-09-24 00:47:16 +0300
commit292fbf843838e16f94175d89bf0f0475d3ab5eef (patch)
tree904d9fc3d157ba9e9f9be6125d59a8cda2b23950
parentd4c1dc1169afb56e105576ace351c0efe069cc47 (diff)
downloadapscheduler-292fbf843838e16f94175d89bf0f0475d3ab5eef.tar.gz
Removed PyPy from the test matrix
There seems to be a problem with setuptools_scm.
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 43b7792..a60e668 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,18 +16,14 @@ 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"