aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2013-11-07 09:39:42 -0500
committerGravatar Jon Bernard <jbernard@tuxion.com> 2013-11-07 09:39:42 -0500
commit2b3ff6e5f524b5aea0a31689e08e204e4fae0b36 (patch)
tree6c853a735574f8b47d8119c8680f8cc3467bc0b5 /.travis.yml
parentc97f331ea2ebe7ae46ea04f81cfc01eba7ef7a75 (diff)
parente04b5e6cb601bce8c5e3db1b6dd998158d7d4b42 (diff)
downloaddotfiles-2b3ff6e5f524b5aea0a31689e08e204e4fae0b36.tar.gz
dotfiles-2b3ff6e5f524b5aea0a31689e08e204e4fae0b36.tar.bz2
dotfiles-2b3ff6e5f524b5aea0a31689e08e204e4fae0b36.zip
Merge branch 'feature/single-sync'
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..8e6edd7
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+language: python
+python:
+ - "2.5"
+ - "2.6"
+ - "2.7"
+ - "3.2"
+ - "3.3"
+
+# command to install dependencies
+install:
+ - "pip install . --use-mirrors"
+
+# command to run tests
+script:
+ - "python test_dotfiles.py"