From d65c2ed23e483f82818d1ade69f5a627213192ac Mon Sep 17 00:00:00 2001 From: Luc Rocher Date: Mon, 18 Dec 2017 17:35:51 +0000 Subject: [PATCH] Remove conda environment for Travis CI --- .travis.yml | 5 ++--- bandicoot/tests/samples/regressions/ego.json | 2 +- bandicoot/tests/samples/regressions/empty_user.json | 2 +- bandicoot/tests/samples/regressions/manual_a.json | 2 +- .../tests/samples/regressions/manual_a_orange_network.json | 2 +- bandicoot/tests/samples/regressions/sample_user.json | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 075a94a..9dc7d2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ notifications: language: python python: - "2.7" - - "3.4" - "3.5" + - "3.6" cache: apt addons: @@ -33,8 +33,7 @@ install: # Useful for debugging any issues with conda - conda info -a - - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pip numpy scipy nose networkx - - source activate test-environment + - conda install -q python=$TRAVIS_PYTHON_VERSION pip numpy scipy nose networkx - pip install . script: diff --git a/bandicoot/tests/samples/regressions/ego.json b/bandicoot/tests/samples/regressions/ego.json index 425f71a..581ba39 100644 --- a/bandicoot/tests/samples/regressions/ego.json +++ b/bandicoot/tests/samples/regressions/ego.json @@ -5,7 +5,7 @@ "reporting__attributes_path": "samples/attributes", "reporting__recharges_path": "samples/attributes", "reporting__version": "0.5.3", - "reporting__code_signature": "acd30270c9a9446a486377740d00060452b262f4", + "reporting__code_signature": "075e4f898bec4d2153ac16f3523b1ee4c682422a", "reporting__groupby": "week", "reporting__split_week": true, "reporting__split_day": true, diff --git a/bandicoot/tests/samples/regressions/empty_user.json b/bandicoot/tests/samples/regressions/empty_user.json index 780b24d..4440e4a 100644 --- a/bandicoot/tests/samples/regressions/empty_user.json +++ b/bandicoot/tests/samples/regressions/empty_user.json @@ -5,7 +5,7 @@ "reporting__attributes_path": null, "reporting__recharges_path": null, "reporting__version": "0.5.3", - "reporting__code_signature": "acd30270c9a9446a486377740d00060452b262f4", + "reporting__code_signature": "075e4f898bec4d2153ac16f3523b1ee4c682422a", "reporting__groupby": "week", "reporting__split_week": true, "reporting__split_day": true, diff --git a/bandicoot/tests/samples/regressions/manual_a.json b/bandicoot/tests/samples/regressions/manual_a.json index 6d70954..1dbbfc6 100644 --- a/bandicoot/tests/samples/regressions/manual_a.json +++ b/bandicoot/tests/samples/regressions/manual_a.json @@ -5,7 +5,7 @@ "reporting__attributes_path": null, "reporting__recharges_path": null, "reporting__version": "0.5.3", - "reporting__code_signature": "acd30270c9a9446a486377740d00060452b262f4", + "reporting__code_signature": "075e4f898bec4d2153ac16f3523b1ee4c682422a", "reporting__groupby": "week", "reporting__split_week": true, "reporting__split_day": true, diff --git a/bandicoot/tests/samples/regressions/manual_a_orange_network.json b/bandicoot/tests/samples/regressions/manual_a_orange_network.json index ab98948..0429849 100644 --- a/bandicoot/tests/samples/regressions/manual_a_orange_network.json +++ b/bandicoot/tests/samples/regressions/manual_a_orange_network.json @@ -5,7 +5,7 @@ "reporting__attributes_path": "samples/attributes", "reporting__recharges_path": "samples/attributes", "reporting__version": "0.5.3", - "reporting__code_signature": "acd30270c9a9446a486377740d00060452b262f4", + "reporting__code_signature": "075e4f898bec4d2153ac16f3523b1ee4c682422a", "reporting__groupby": "week", "reporting__split_week": true, "reporting__split_day": true, diff --git a/bandicoot/tests/samples/regressions/sample_user.json b/bandicoot/tests/samples/regressions/sample_user.json index 083b825..dee112d 100644 --- a/bandicoot/tests/samples/regressions/sample_user.json +++ b/bandicoot/tests/samples/regressions/sample_user.json @@ -5,7 +5,7 @@ "reporting__attributes_path": null, "reporting__recharges_path": null, "reporting__version": "0.5.3", - "reporting__code_signature": "acd30270c9a9446a486377740d00060452b262f4", + "reporting__code_signature": "075e4f898bec4d2153ac16f3523b1ee4c682422a", "reporting__groupby": null, "reporting__split_week": true, "reporting__split_day": true,