mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-15 11:22:18 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user