Skip to content

Commit

Permalink
environment_dev.yml -> environment_ci.yml
Browse files Browse the repository at this point in the history
As these aren't really dev requirements, but are CI requirements
instead, rename the environment file to indicate this context.
  • Loading branch information
jakirkham committed Feb 17, 2017
1 parent 1340455 commit 7430391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
# Create the test environment.
- conda create -y -n testenv python="${PYVER}"
- conda remove -y --force -n testenv openssl
- conda env update -n testenv --file environment_dev.yml
- conda env update -n testenv --file environment_ci.yml
- conda list --full-name -n testenv openssl || conda install -y -n testenv openssl
- source activate testenv

Expand Down
File renamed without changes.

0 comments on commit 7430391

Please sign in to comment.