mirror of
https://github.com/oskar456/dzonegit.git
synced 2024-05-11 05:55:41 +00:00
Update .travis.yml
Add new python 3.7 release Fix indentation
This commit is contained in:
committed by
Ondřej Caletka
parent
e2e4a3daf7
commit
8d15bb531c
+7
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user