Try to fix Travis

pull/20/head
Thomas Sileo 2019-02-24 20:14:25 +01:00
rodzic 1eb8833c5a
commit 628587bffd
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,11 @@
language: python
python:
- '3.7'
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install -r requirements.txt
- pip install -r dev-requirements.txt