We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7380bb commit b02c721Copy full SHA for b02c721
.travis.yml
CONTRIBUTING.rst
@@ -22,7 +22,7 @@ Creating a release
22
* Set the correct title for the release in ``HISTORY.rst``.
23
* If needed update the ``AUTHORS.rst`` file with new contributors.
24
* Commit everything and make sure the working tree is clean.
25
-* Push everything to github and make sure the tests pass on Travis::
+* Push everything to github and make sure the CI passes:
26
27
git push origin master
28
MANIFEST.in
@@ -7,7 +7,6 @@ include requirements-test.txt
7
include requirements.txt
8
9
exclude .coveragerc
10
-exclude .travis.yml
11
exclude tox.ini
12
13
prune docs
0 commit comments