Skip to content

Commit

Permalink
Temporarily disable python 3.5 travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Mar 13, 2019
1 parent defb9d6 commit caacbca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: python
matrix:
include:
- env: TARGET=python2
- env: TARGET=python35
# disable python35 temporarily due to https://github.com/numba/numba/issues/3846
# - env: TARGET=python35
- env: TARGET=python36
- env: TARGET=pep8
sudo: required
Expand Down

0 comments on commit caacbca

Please sign in to comment.