Create .travis.yml
This commit is contained in:
parent
98cc918c8f
commit
6737ce0e26
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
os: linux
|
||||
dist: xenial
|
||||
cache: pip
|
||||
install:
|
||||
- pip install pytest
|
||||
script:
|
||||
- python test_1.py
|
Loading…
Reference in New Issue
Block a user