From 7bc782e9c720e1ac4266b7b82ae989a6601dd072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Sun, 13 Dec 2015 07:59:58 -0200 Subject: [PATCH] fixing ci --- .travis.yml | 4 ++-- README.md | 2 +- couleur/__init__.py | 2 +- docs/source/conf.py | 4 ++-- setup.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e4e2c9..10f21bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index c35cddd..f9ac90d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/couleur/__init__.py b/couleur/__init__.py index cfc373b..5def3cc 100644 --- a/couleur/__init__.py +++ b/couleur/__init__.py @@ -20,7 +20,7 @@ import sys import uuid import platform -version = '0.6.1' +version = '0.6.2' from StringIO import StringIO diff --git a/docs/source/conf.py b/docs/source/conf.py index f19dfde..9b8f56b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. diff --git a/setup.py b/setup.py index 1fd930c..95de6b6 100644 --- a/setup.py +++ b/setup.py @@ -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'