Skip to content

Commit

Permalink
Travis experimentation 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Aug 31, 2018
1 parent 9afa556 commit 6f16d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
PYTHON_ARCH: "x86_64"
CIBW_SKIP: cp27-* cp33-* cp34-* cp35-*
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "python3 -m pytest KDEpy --doctest-modules"
CIBW_TEST_COMMAND: python3 -m pytest {project} --doctest-modules


platform:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
global:
- CIBW_SKIP="cp27-* cp33-* cp34-* cp35-*"
- CIBW_TEST_REQUIRES=pytest
- CIBW_TEST_COMMAND="python3 -m pytest KDEpy --doctest-modules"
- CIBW_TEST_COMMAND="python3 -m pytest {project} --doctest-modules"
- PIP=pip3
- PYTHON=python3

Expand Down

0 comments on commit 6f16d55

Please sign in to comment.