Skip to content

Commit

Permalink
sync with cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
manuphatak committed Dec 6, 2015
1 parent 3926b52 commit 0c3400f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ target/
# pip wheels
wheelhouse/

# TODO remove
.old/

# Travis deploy key script
travis_pypi_setup.py
rst_to_markdown.py
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ deploy:
on:
tags: true
repo: bionikspoon/Hangman
condition: $TOXENV == py35
condition: $TOXENV == py34
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ clean-test:
rm -fr htmlcov/

clean-docs:
rm -f $(DOCSBUILDDIR)/lanyrd.rst
rm -f $(DOCSBUILDDIR)/modules.rst
rm -f $(DOCSSOURCEDIR)/lanyrd.rst
rm -f $(DOCSSOURCEDIR)/modules.rst
$(MAKE) -C docs clean

lint:
Expand Down Expand Up @@ -98,8 +98,8 @@ register:

requirements:
pip install --quiet pip-tools
pip-compile requirements_dev.in > /dev/null
pip-compile requirements.in > /dev/null
pip-compile requirements_dev.in > /dev/null
pip-sync requirements_dev.txt > /dev/null
pip install --quiet -r requirements.txt
pip wheel --quiet -r requirements.txt
Expand Down
4 changes: 0 additions & 4 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
click
future
pytest
wheel
mock
coverage
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ tag_name = {new_version}

[wheel]
universal = 1

1 change: 1 addition & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# coding=utf-8

0 comments on commit 0c3400f

Please sign in to comment.