diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-31 13:12:00 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-31 13:12:00 -0500 |
commit | 2e122975332cb23f7ab6dd5c5e84006bd65e01a5 (patch) | |
tree | a81f1ea217e0ce3a3a505217e09189b17442208b /.travis.yml | |
parent | 2a64c9beb31c1800f86dc6a6783d2d4c7e94c40b (diff) | |
download | pytest-runner-2e122975332cb23f7ab6dd5c5e84006bd65e01a5.tar.gz |
Run tests on nightly. Ref #23.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 78eb2de..03d4e22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - 2.7 - 3.6 +- nightly install: - pip install tox "setuptools>=28.2" script: |