Merge pull request #236 from bndr/pypy

Fix Pypy Build
This commit is contained in:
Alan Barzilay 2021-03-24 19:00:27 -03:00 committed by GitHub
commit 1aff63c049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -12,13 +12,13 @@ matrix:
env: TOX_ENV=py34 env: TOX_ENV=py34
- python: 2.7 - python: 2.7
env: TOX_ENV=py27 env: TOX_ENV=py27
- python: pypy - python: pypy3
env: TOX_ENV=pypy env: TOX_ENV=pypy3
- python: 3.6 - python: 3.6
env: TOX_ENV=flake8 env: TOX_ENV=flake8
# Use tox to run tests on Travis-CI to keep one unified method of running tests in any environment # Use tox to run tests on Travis-CI to keep one unified method of running tests in any environment
install: install:
- pip install coverage coveralls tox - pip install coverage coveralls tox
# Command to run tests, e.g. python setup.py test # Command to run tests, e.g. python setup.py test

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27, py34, py35, py36, pypy, flake8 envlist = py27, py34, py35, py36, pypy3, flake8
[testenv] [testenv]
setenv = setenv =