Skip to content

Commit

Permalink
Revert "Merge pull request #257 from pynamodb/pytest (#263)"
Browse files Browse the repository at this point in the history
This reverts commit baee9fb.
  • Loading branch information
Lita Cho committed May 10, 2017
1 parent 935063f commit f9079d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Expand Up @@ -46,6 +46,7 @@ pip-log.txt
.coverage
cover/
.tox
nosetests.xml

# Translations
*.mo
Expand All @@ -57,6 +58,3 @@ cover/

# PyCharm
.idea/

# Ignore Cache
.cache/
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ install:
- pip install -r requirements.txt

script:
- py.test --cov=pynamodb pynamodb/tests/
- nosetests --with-coverage --cover-package=pynamodb

after_success:
- coveralls
3 changes: 1 addition & 2 deletions requirements.txt
Expand Up @@ -2,9 +2,8 @@ sphinx-rtd-theme==0.1.8
mock==2.0.0
botocore==1.1.2
flake8==2.4.1
nose==1.3.7
requests==2.7.0
six==1.8.0
tox==2.1.1
python-coveralls==2.5.0
pytest==3.0.7
pytest-cov==2.4.0
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -6,4 +6,4 @@ envlist = py26,py27,py33,py34,py35,pypy

[testenv]
deps = -rrequirements.txt
commands = py.test pynamodb/tests
commands = nosetests

0 comments on commit f9079d0

Please sign in to comment.