From c26ea65c797e868f3b5afbb82f940db02aa5198c Mon Sep 17 00:00:00 2001
From: Andrew Ekstedt <andrew.ekstedt@gmail.com>
Date: Wed, 20 May 2015 23:37:50 -0700
Subject: [PATCH] Travis: Add config file for Travis CI.

https://travis-ci.org/veekun/pokedex
---
 .travis.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..2d3b52c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: python
+python:
+    - "2.7"
+    - "pypy"
+
+    # Someday...
+    #- "3.4"
+
+install: pip install -e .
+before_script: pokedex setup -v
+script: py.test