Skip to content

Commit

Permalink
Don’t test on 3.8 because of numpy/numpy#13790
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Jun 27, 2019
1 parent 8ed1657 commit f87e956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python
python:
- '3.6'
- '3.7'
- '3.8-dev'
#- '3.8-dev' # https://github.com/numpy/numpy/issues/13790
cache: pip
install:
- pip install docutils sphinx
Expand Down

0 comments on commit f87e956

Please sign in to comment.