Update .travis.yml

Add new python 3.7 release
Fix indentation
This commit is contained in:
Michal Halenka
2019-08-12 16:07:28 +02:00
committed by Ondřej Caletka
parent e2e4a3daf7
commit 8d15bb531c
+7 -6
View File
@@ -2,15 +2,16 @@ before_install:
- sudo apt-get install -y bind9utils
language: python
python:
- "3.5"
- "3.6"
- "nightly"
- "3.5"
- "3.6"
- "3.7"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
install:
- pip install -e .
- pip install pytest
- pip install -e .
- pip install pytest
script:
- pytest
- pytest
sudo: false