Skip to content

Commit

Permalink
Merge pull request #64 from Bengt/patch-1
Browse files Browse the repository at this point in the history
Test more recent Python versions on Travis CI
  • Loading branch information
rwl authored Mar 18, 2021
2 parents bad043c + 3b341b0 commit bf80ab9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: python
python:
- '2.7'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- '3.9'
install:
- pip install numpy scipy
- python setup.py install
Expand Down

0 comments on commit bf80ab9

Please sign in to comment.