Skip to content

Commit

Permalink
enable travis on py3.2 fixes jamescasbon#56
Browse files Browse the repository at this point in the history
  • Loading branch information
James Casbon committed Jun 27, 2012
1 parent 0008a50 commit 48eb011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: python
python:
- "2.6"
- "2.7"
# - "3.2"
- "3.2"
install:
- "if [[ $TRAVIS_PYTHON_VERSION != '2.7' ]]; then pip install --use-mirrors argparse ordereddict; fi"
- "if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then pip install --use-mirrors pysam; fi"
Expand Down

0 comments on commit 48eb011

Please sign in to comment.