From 01f6e8d1463dfcb656afaa646a5d01f863f8207f Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Sun, 12 Jul 2015 15:17:00 -0500 Subject: [PATCH 1/3] test to bootstrap tests --- .travis.yml | 12 ++++-------- flit.ini | 7 +++++++ 2 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 flit.ini diff --git a/.travis.yml b/.travis.yml index b7d1b12..0924d8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,10 @@ language: python python: - - "2.6" - - "2.7" - - "3.2" - - "3.3" - "3.4" - - "nightly" # command to install dependencies +before_install: + - pip install pytest flit install: - - "pip install ." - - "pip install -r requirements.txt" + - flit install --symlink # command to run tests -script: nosetests +script: py.test diff --git a/flit.ini b/flit.ini new file mode 100644 index 0000000..f3e2c5b --- /dev/null +++ b/flit.ini @@ -0,0 +1,7 @@ +[metadata] +module = sempervirens +author = Nathaniel Smith +author-email = njs@vorpus.org +home-page = https://github.com/Carreau/sempervirens +classifiers = License :: OSI Approved :: MIT License + From 8fb815a7b853bf58839a55ef74bd80c2bc47bac2 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Sun, 12 Jul 2015 15:18:45 -0500 Subject: [PATCH 2/3] test on 2.7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0924d8a..479be7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: + - "2.7" - "3.4" # command to install dependencies before_install: From fe31163e8e3dea0b9c5d6bff0ec4f2618ec0311d Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Sun, 12 Jul 2015 15:20:11 -0500 Subject: [PATCH 3/3] descritpion --- sempervirens/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sempervirens/__init__.py b/sempervirens/__init__.py index 488ced5..9273623 100644 --- a/sempervirens/__init__.py +++ b/sempervirens/__init__.py @@ -1,5 +1,5 @@ """ - +open telemetry project """ from __future__ import absolute_import