Skip to content

Commit

Permalink
Add further test environments to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Vetter committed Mar 16, 2013
1 parent 1c8b312 commit e068a74
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ language: python
python:
- 2.6
- 2.7
env:
- SETUP_COMMAND="install"
- SETUP_COMMAND="build"
install:
- "python setup.py install"
- python setup.py $SETUP_COMMAND
script:
- "which node"
- nosetests

0 comments on commit e068a74

Please sign in to comment.