Skip to content

Commit

Permalink
- fixed travis CI build for Python 3.7 by making it run on Python 3.7.7
Browse files Browse the repository at this point in the history
- removed Python 3.8 from the travis CI build config, since the file-io test fails for this version, currently. This needs to be fixed.
  • Loading branch information
Richert committed Jun 25, 2020
1 parent 55052a5 commit c3fb946
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 @@ -2,7 +2,7 @@ language: python
python:
- "3.6.10"
- "3.7.7"
- "3.8.3"
#- "3.8.3" # currently, the file-io test fails for this version

# install dependencies
install:
Expand Down

0 comments on commit c3fb946

Please sign in to comment.