diff options
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d144940..8e6edd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,11 @@ python: - "2.7" - "3.2" - "3.3" + +# command to install dependencies +install: + - "pip install . --use-mirrors" + +# command to run tests +script: + - "python test_dotfiles.py" |