Remove travis config

merge-requests/130/head
Jason Robinson 2018-07-23 23:21:33 +03:00
rodzic 065c8594b6
commit 674e242519
1 zmienionych plików z 0 dodań i 17 usunięć

Wyświetl plik

@ -1,17 +0,0 @@
sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
cache:
directories:
- $HOME/.cache/pip
install:
- pip install -U pip setuptools
- pip install -r dev-requirements.txt -U
- python setup.py develop
- pip freeze
script: py.test --cov=./
after_success:
- codecov