Skip to content

Commit

Permalink
Travis CI: updated Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dnet committed Mar 2, 2021
1 parent 0c09c84 commit 8f9151f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
sudo: false
install: "pip install -r requirements.txt"
script: nosetests

0 comments on commit 8f9151f

Please sign in to comment.