Skip to content

Commit

Permalink
Merge pull request #1 from julienmalard/sodhanai_mac_windows
Browse files Browse the repository at this point in the history
சோதனை விண்டோஸ்
  • Loading branch information
julienmalard committed Sep 21, 2018
2 parents 1b109e3 + f28f135 commit 1934ccd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: python
python:
- "3.6"

os:
- linux
matrix:
include:
- os: linux
sudo: required
python: 3.6

install:
- pip install --upgrade pip setuptools wheel
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
recursive-include எண்ணிக்கை *.json *.txt

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

## நிலை
[![Build Status](https://travis-ci.org/julienmalard/ennikkai.svg?branch=master)](https://travis-ci.org/julienmalard/ennikkai)
[![Build status](https://ci.appveyor.com/api/projects/status/06m0e097gahel2ij?svg=true)](https://ci.appveyor.com/project/julienmalard/ennikkai)
[![Coverage Status](https://coveralls.io/repos/github/julienmalard/ennikkai/badge.svg?branch=master)](https://coveralls.io/github/julienmalard/ennikkai?branch=master)

## பயன்பாடு
Expand Down
9 changes: 3 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ install:
- "%PYTHON%\\python.exe -m pip install --upgrade pip"
- "%PYTHON%\\python.exe -m pip install --upgrade setuptools"
- "%PYTHON%\\python.exe -m pip install --upgrade wheel"
- "%PYTHON%\\python.exe -m pip install -r தேவைகள்.txt"
- "%PYTHON%\\python.exe setup.py sdist bdist_wheel"
- "%PYTHON%\\python.exe -m pip install ennikkai --no-index --find-links=./dist"
- "rm -r எண்ணிக்கை"
- "%PYTHON%\\python.exe -m pip install git+git://github.com/julienmalard/nuchabal.git@master"
- "%PYTHON%\\python.exe setup.py -q install"

build: false

test_script:
- "cd சோதனைகள்"
- "%PYTHON%\\python.exe -m unittest மூலம்"
- "%PYTHON%\\python.exe -m unittest"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name='ennikkai',
version=புதிப்பு,
packages=find_packages(),
packages=find_packages(exclude=['சோதனைகள்']),
url='https://ennikkai.readthedocs.io',
download_url='https://github.com/julienmalard/ennikkai',
license='GNU GPL 3',
Expand Down
1 change: 1 addition & 0 deletions சோதனைகள்/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .மூலம் import *

0 comments on commit 1934ccd

Please sign in to comment.