Skip to content

Commit

Permalink
Merge pull request bndr#236 from bndr/pypy
Browse files Browse the repository at this point in the history
Fix Pypy Build
  • Loading branch information
alan-barzilay authored Mar 24, 2021
2 parents 787c202 + b7e061f commit 1aff63c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ matrix:
env: TOX_ENV=py34
- python: 2.7
env: TOX_ENV=py27
- python: pypy
env: TOX_ENV=pypy
- python: pypy3
env: TOX_ENV=pypy3
- python: 3.6
env: TOX_ENV=flake8

# 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

# Command to run tests, e.g. python setup.py test
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, pypy, flake8
envlist = py27, py34, py35, py36, pypy3, flake8

[testenv]
setenv =
Expand Down

0 comments on commit 1aff63c

Please sign in to comment.