Travis-CI support removed
This commit is contained in:
parent
ba632cfc1a
commit
92495c27eb
11
.travis.yml
11
.travis.yml
@ -1,11 +0,0 @@
|
|||||||
language: python
|
|
||||||
python:
|
|
||||||
- "3.6" # current default Python on Travis CI
|
|
||||||
- "3.7"
|
|
||||||
- "3.8"
|
|
||||||
# command to install dependencies
|
|
||||||
install:
|
|
||||||
- pip install -r requirements.txt
|
|
||||||
# command to run tests
|
|
||||||
script:
|
|
||||||
- python3 -m unittest discover tests
|
|
Loading…
x
Reference in New Issue
Block a user