Skip to content

Commit

Permalink
Run travis tests on python 3.9 and 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
timodonnell committed Jun 8, 2022
1 parent e9263e8 commit f2c9789
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
@@ -1,8 +1,8 @@
dist: bionic
language: python
python:
- "3.6"
- "3.8"
- "3.9"
before_install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
Expand Down

0 comments on commit f2c9789

Please sign in to comment.