mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
Deleted .travis file
This commit is contained in:
18
.travis.yml
18
.travis.yml
@@ -1,18 +0,0 @@
|
|||||||
language: python
|
|
||||||
python:
|
|
||||||
- "3.8"
|
|
||||||
- "3.7"
|
|
||||||
- "3.6"
|
|
||||||
- "3.5"
|
|
||||||
- "2.7"
|
|
||||||
script:
|
|
||||||
- "python setup.py test"
|
|
||||||
- "py.test tests/ -v --cov pycmx --cov-report term-missing"
|
|
||||||
install:
|
|
||||||
- "pip install setuptools"
|
|
||||||
before_install:
|
|
||||||
- "pip install coverage"
|
|
||||||
- "pip install codecov"
|
|
||||||
- "pip install pytest-cov==2.5.0"
|
|
||||||
after_success:
|
|
||||||
- "codecov"
|
|
||||||
Reference in New Issue
Block a user