Skip to content

Commit 93dd803

Browse files
committed
Simplify Travis configuration
1 parent f1eb614 commit 93dd803

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
language: c
55

66
os:
7-
- osx
87
- linux
98

109
# Setting sudo to false opts in to Travis-CI container-based builds.
@@ -21,6 +20,7 @@ env:
2120
- PIP_DEPENDENCIES="codecov"
2221
- HOMEBREW_NO_AUTO_UPDATE=1
2322
- PYTHON_VERSION=3.7
23+
- EVENT_TYPE=cron
2424

2525
before_install:
2626
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install graphviz; fi
@@ -31,7 +31,4 @@ install:
3131
- pip install git+https://github.com/sphinx-doc/sphinx.git
3232

3333
script:
34-
- py.test --cov sphinx_automodapi sphinx_automodapi -v
35-
36-
after_success:
37-
- codecov
34+
- pytest sphinx_automodapi

0 commit comments

Comments
 (0)