BLD: Use Python 3 on Travis.

To help prevent regressions when a changes are developed using
Python 2.7, also test Python 3 during continuous integration.
This commit is contained in:
Eddie Hebert
2014-01-07 12:07:49 -05:00
parent 46ab748dd2
commit 10bf5e3012
+1
View File
@@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "3.3"
before_install:
- wget -O ta-lib-0.4.0-src.tar.gz http://sourceforge.net/projects/ta-lib/files/ta-lib/0.4.0/ta-lib-0.4.0-src.tar.gz/download
- tar xvzf ta-lib-0.4.0-src.tar.gz