aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-05-02 17:36:11 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-05-02 17:36:11 -0400
commit4e1dd2e0e35ce3880380af2c6fa278de87b0df2f (patch)
tree3edc9d8d4e0bd887573f467ac329e56a862427b8 /.travis.yml
parentb3c81f86f9677e77ff3c42fefeb2c1bc94dd063c (diff)
downloadcryptography-4e1dd2e0e35ce3880380af2c6fa278de87b0df2f.tar.gz
cryptography-4e1dd2e0e35ce3880380af2c6fa278de87b0df2f.tar.bz2
cryptography-4e1dd2e0e35ce3880380af2c6fa278de87b0df2f.zip
Opt in to travis's new OS X infrastructure which should be faster
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c7413ea9..559d6700 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,12 @@
sudo: false
+osx_image: beta-xcode6.2
+
language: python
+
cache:
directories:
- $HOME/.cache/pip
+
matrix:
include:
- python: 2.6 # these are just to make travis's UI a bit prettier