Skip to content

Commit

Permalink
travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
crsmithdev committed May 28, 2013
1 parent dd4eab7 commit 5e1b314
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: python
python:
- 2.6
- 2.7
- 3.3
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then make build26; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then make build27; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then make build33; fi
script:
Expand Down

0 comments on commit 5e1b314

Please sign in to comment.