Skip to content
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
dist: xenial # required for Python >= 3.7
python: 3.7
python: 3.8
cache: pip
before_install: pip install --upgrade pip setuptools
install: pip install -r requirements.txt
Expand Down