Skip to content

Commit

Permalink
Merge pull request #508 from nnadeau/circle-ci-python-version
Browse files Browse the repository at this point in the history
Disable macOS testing until PyYAML works with Py3.7
  • Loading branch information
nnadeau committed Jul 4, 2018
2 parents 5c66d0b + 2533765 commit d04acd7
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit d04acd7

Please sign in to comment.