diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-23 18:31:26 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-23 18:31:26 -0400 |
| commit | e7515f5680840bb1f8303b781942a1b2ec14ed79 (patch) | |
| tree | 52de92a14d7a759daa7d2d68512ad8122d108a4d | |
| parent | 1cd424b6952d4495ead86c27abcf6d1f0cd3631f (diff) | |
| download | external_python_setuptools-e7515f5680840bb1f8303b781942a1b2ec14ed79.tar.gz external_python_setuptools-e7515f5680840bb1f8303b781942a1b2ec14ed79.tar.bz2 external_python_setuptools-e7515f5680840bb1f8303b781942a1b2ec14ed79.zip | |
Use pytest for running tests in Travis
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bf0aeba6..f6d5d04b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ python: - pypy # command to run tests script: - - python setup.py test + - python setup.py ptr - python ez_setup.py --version 3.0.2 |
