Skip to content

Commit

Permalink
fixing name of tests dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Oct 20, 2012
1 parent 5f67161 commit bb7c01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ install:
- "sudo apt-get install -qq python-pyside"
- "pip install -r requirements.txt --use-mirrors --quiet"
- "fab build"
- "pip install -r tests/requirements.txt --use-mirrors --quiet"
- "pip install -r blockd3_tests/requirements.txt --use-mirrors --quiet"
- "ln -s /usr/lib/python2.7/dist-packages/PySide /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/PySide -v"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: tests/run.py -v
script: blockd3_tests/run.py -v
# blacklist
branches:
except:
Expand Down

0 comments on commit bb7c01e

Please sign in to comment.