Skip to content

Commit

Permalink
try removing some unnecessary test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
brianz committed Mar 22, 2018
1 parent 0c16479 commit c0ebde9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Expand Up @@ -9,14 +9,6 @@ jobs:
- ENV: circleci
steps:
- checkout
- run:
name: Setup envs
working_directory: ch2
command: |
mkdir envs
echo "CUPPING_DB_USERNAME=postgres" > envs/circleci
echo "CUPPING_DB_PASSWORD=" >> envs/circleci
echo "CUPPING_DB_NAME=cupping_test" >> envs/circleci
- restore_cache:
key: dependency-cache-{{ checksum "ch2/requirements.txt" }}
- run:
Expand Down
1 change: 1 addition & 0 deletions ch2/tests/conftest.py
Expand Up @@ -21,6 +21,7 @@

if os.environ.get('CIRCLECI'):
os.environ['CUPPING_DB_HOST'] = 'localhost'
os.environ['CUPPING_DB_NAME'] = 'cupping_test'


from cupping.models import (
Expand Down

0 comments on commit c0ebde9

Please sign in to comment.