dont use deprecated sudo flag, specify os

This commit is contained in:
Maciek Swiech 2020-06-01 11:40:43 -06:00
parent 3a35afdb4f
commit b658b8cf23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
sudo: false
# travis does not offer python container for OSX or Windows, not sure if we can get automated testing?
os: linux
language: python
python:
- "3.6"