Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: bump to latest pypy
Browse files Browse the repository at this point in the history
also fixes the outdated debian jessie sources.list

Closes #1327
  • Loading branch information
pjenvey committed Apr 19, 2019
1 parent cac41ef commit 4726e9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ matrix:
env: TOXENV=py27 DDB=true CODECOV=true
- python: pypy2.7-6.0
env: TOXENV=pypy DDB=true CODECOV=true
- env: TOXENV=flake8
- python: 2.7
env: TOXENV=flake8
- python: 3.6
env: TOXENV=py36-mypy
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pypy:2-6.0.0
FROM pypy:2-7.1.1

RUN mkdir -p /app
ADD . /app
Expand Down

0 comments on commit 4726e9b

Please sign in to comment.