Skip to content

Commit

Permalink
Drops pypy from testing. The version installed on travis too out of date
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Oct 11, 2020
1 parent c2e1ce9 commit 07e866e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,5 @@
language: python
cache: pip
matrix:
fast_finish: true
allow_failures:
Expand All @@ -8,7 +9,6 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "pypy"
- "pypy3.6-7.3.1"
install:
- "pip install ."
Expand Down

0 comments on commit 07e866e

Please sign in to comment.