Commit ce6ea93d authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Only testing on python 2.7 due to various python 3 issues

parent e20fa519
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3,8 +3,6 @@ python:
  # We don't actually use the Travis Python, but this keeps it organized.
  - "2.6"
  - "2.7"
  - "3.3"
  - "3.4"
install:
  - sudo apt-get update
  # We do this conditionally because it saves us some downloading if the
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ from __future__ import unicode_literals
#import joblib
from sklearn.externals import joblib
import gzip
import cPickle as pickle
import pickle
import pandas as pd
import numpy as np