Skip to content

Commit

Permalink
Remove PyPy3 from supported versions (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
a5kin committed Jun 2, 2019
1 parent d54c15f commit 7ecc89c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ language: python
python:
- "3.5"
- "3.6"
- "pypy3"
- "3.7"

install:
- pip install --quiet tox
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -47,7 +47,6 @@ def get_long_description():
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
keywords='cellular automata ca simulation artificial life alife energy '
'framework gpu multidimensional microprograms conservation',
Expand Down
2 changes: 1 addition & 1 deletion tox-travis.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{35,36,37,py3}
envlist = py{35,36,37}

[testenv]
deps =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py{35,36,37,py3},
py{35,36,37},
sanity,docs,flake8,pylint,coverage,benchmark

[testenv]
Expand Down

0 comments on commit 7ecc89c

Please sign in to comment.