Skip to content

Commit

Permalink
travis: Update to newer pypy3 test build and don't allow errors anymore
Browse files Browse the repository at this point in the history
Things should work with the newer build
  • Loading branch information
lazka committed May 1, 2017
1 parent 681b715 commit a75eb85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
matrix:
allow_failures:
- python: "pypy3"
include:
- os: linux
dist: trusty
Expand Down Expand Up @@ -35,7 +33,7 @@ matrix:
- os: linux
dist: trusty
language: python
python: "pypy3"
python: "pypy3.3-5.2-alpha1"
env: TYPE="linux" PYVER="pypy3" PYARGS="-R -bb"
- os: linux
language: generic
Expand Down

0 comments on commit a75eb85

Please sign in to comment.