fixing ci

This commit is contained in:
Gabriel Falcão
2015-12-13 07:59:58 -02:00
parent 890edcbd34
commit 7bc782e9c7
5 changed files with 7 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
language: python
sudo: false
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- pip install -r requirements.pip
- pip install -r requirements.txt
# command to run tests
script: make test

View File

@@ -1,5 +1,5 @@
# couleur - ANSI terminal tool for python, colored shell and other handy fancy features
__Version 0.6.1__
__Version 0.6.2__
__Couleur__ is a handy tool to play around with ANSI features in a
unix terminal

View File

@@ -20,7 +20,7 @@ import sys
import uuid
import platform
version = '0.6.1'
version = '0.6.2'
from StringIO import StringIO

View File

@@ -63,9 +63,9 @@ author = u'Gabriel Falcão'
# built documents.
#
# The short X.Y version.
version = '0.6.1'
version = '0.6.2'
# The full version, including alpha/beta/rc tags.
release = '0.6.1'
release = '0.6.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -31,7 +31,7 @@ def get_packages():
setup(
name='couleur',
version='0.6.1',
version='0.6.2',
description=(
'ANSI terminal tool for python, colored shell and other '
'handy fancy features'