Travis CI: updated Python versions

This commit is contained in:
András Veres-Szentkirályi 2021-03-02 11:22:39 +01:00
parent 0c09c84360
commit 8f9151f0c1

View file

@ -1,10 +1,12 @@
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.2"
- "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
sudo: false sudo: false
install: "pip install -r requirements.txt" install: "pip install -r requirements.txt"
script: nosetests script: nosetests