Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Disable macOS testing until PyYAML works with Py3.7 #508

Merged
merged 3 commits into from
Jul 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
. venv/bin/activate
python -V
pip install -r requirements.txt
pip install -r dev-requirements.txt
#pip install -r dev-requirements.txt
python setup.py install
- run:
name: test
command: |
python3 -V
. venv/bin/activate
python -V
python setup.py test
#python setup.py test

workflows:
version: 2
Expand Down