summaryrefslogtreecommitdiff
path: root/pytest.ini
Commit message (Collapse)AuthorAgeFilesLines
* ignore .tox in pytestMin RK2016-07-281-1/+1
| | | avoids errors in setup.py test if tox has been run
* Adding preliminary support for enforcing style rulesJason R. Coombs2016-07-211-0/+3
|
* Ignore pavement.py20.2.2Jason R. Coombs2016-02-271-1/+1
|
* Use the same technique in pkg_resources, relying on an 'extern' module to ↵Jason R. Coombs2015-12-311-1/+1
| | | | | | | resolve the conditional import. --HG-- branch : feature/issue-229
* Modeling after Astropy's technique for bundling libraries, the imports are ↵Jason R. Coombs2015-12-311-1/+1
| | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229
* Suppress testing of upload-releases-as-zip scriptJason R. Coombs2015-11-241-1/+1
|
* Move pytest config to pytest.ini (as it conflicts with the pytest-runner ↵Jason R. Coombs2015-02-251-0/+3
pytest command).