diff options
author | Jon Bernard <jbernard@tuxion.com> | 2013-06-18 21:53:46 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2013-11-07 09:38:44 -0500 |
commit | ed3daa1f190e60a3b801990de68567df09d8bea1 (patch) | |
tree | 4f3c229d68627762b152d0aad2f9033217afeb24 | |
parent | bffc06a95eb978ce96f1b25efc2c01b034c45244 (diff) | |
download | dotfiles-ed3daa1f190e60a3b801990de68567df09d8bea1.tar.gz dotfiles-ed3daa1f190e60a3b801990de68567df09d8bea1.tar.bz2 dotfiles-ed3daa1f190e60a3b801990de68567df09d8bea1.zip |
Add travis configuration file for continuous integration
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d144940 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "2.5" + - "2.6" + - "2.7" + - "3.2" + - "3.3" |