Skip to content

Commit

Permalink
Merge pull request njsmith#2 from Carreau/mimi
Browse files Browse the repository at this point in the history
Mimi
  • Loading branch information
emilienschultz committed Jul 12, 2015
2 parents 12c7d9d + fe31163 commit e6b0ee5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
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
7 changes: 7 additions & 0 deletions flit.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[metadata]
module = sempervirens
author = Nathaniel Smith
author-email = [email protected]
home-page = https://github.com/Carreau/sempervirens
classifiers = License :: OSI Approved :: MIT License

2 changes: 1 addition & 1 deletion sempervirens/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
open telemetry project
"""

from __future__ import absolute_import
Expand Down

0 comments on commit e6b0ee5

Please sign in to comment.