Skip to content

Commit

Permalink
Remove conda environment for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cynddl committed Dec 18, 2017
1 parent eecd96b commit d65c2ed
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -4,8 +4,8 @@ notifications:
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
cache: apt

addons:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bandicoot/tests/samples/regressions/ego.json
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion bandicoot/tests/samples/regressions/empty_user.json
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion bandicoot/tests/samples/regressions/manual_a.json
Expand Up @@ -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,
Expand Down
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion bandicoot/tests/samples/regressions/sample_user.json
Expand Up @@ -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,
Expand Down

0 comments on commit d65c2ed

Please sign in to comment.