Skip to content

Commit

Permalink
Merge pull request #4 from dan-blanchard/master
Browse files Browse the repository at this point in the history
Modernize code for Python 3
  • Loading branch information
dan-blanchard committed Nov 27, 2013
2 parents cc5f020 + 40fc1ad commit 47732e2
Show file tree
Hide file tree
Showing 21 changed files with 1,239 additions and 939 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
@@ -0,0 +1,23 @@
language: python
python:
- 2.6
- 2.7
- 3.2

notifications:
email: false

# Install stuff
before_install:
- travis/install_sge.sh
- export GRID_MAP_REDIS_PORT=12345
- export SGE_ROOT=/var/lib/gridengine
- export SGE_CELL=default
- export DRMAA_LIBRARY_PATH=/usr/lib/libdrmaa.so.1.0
install:
- python setup.py install

# Run test
script:
- nosetests -d -v

4 changes: 4 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,4 @@
include license.txt
include *.rst
recursive-include examples *
recursive-include test *
4 changes: 0 additions & 4 deletions README.md

This file was deleted.

10 changes: 10 additions & 0 deletions README.rst
@@ -0,0 +1,10 @@
drmaa-python
------------


.. image:: https://travis-ci.org/dan-blanchard/drmaa-python.png
:target: https://travis-ci.org/dan-blanchard/drmaa-python
:alt: Travis build status

DRMAA bindings for Python. Now Python 3 compatible.

0 comments on commit 47732e2

Please sign in to comment.