Delete .travis.yml

This commit is contained in:
Anup Kumar Panwar 2017-09-29 11:28:07 +05:30 committed by GitHub
parent 8bae14ba1c
commit aa8485b4df

View File

@ -1,19 +0,0 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
- "nightly"
install:
- pip install -r requirements.txt
script:
- py.test