Skip to content

Commit

Permalink
Travis CI: Run all tests on macOS (pythonarcade#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and pvcraven committed Aug 12, 2019
1 parent a86ebf1 commit 2907d5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ install:
- pip3 install --upgrade pip
- pip3 install -r requirements.txt -r requirements_dev.txt
before_script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
script: pytest --ignore=tests/unit2 # TODO: remove the --ignore
script:
- pytest --ignore=tests/unit2 # TODO: remove the --ignore
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then pytest tests/unit2; fi
after_success: coveralls

0 comments on commit 2907d5b

Please sign in to comment.