summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 7ca9276..e570814 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,12 +2,14 @@ dist: trusty
sudo: false
language: python
+python:
+- 2.7
+- &latest_py3 3.6
+- nightly
+
jobs:
fast_finish: true
include:
- - python: 2.7
- - python: &latest_py3 3.6
- - python: nightly
- stage: deploy
if: tag IS present
python: *latest_py3
@@ -28,6 +30,6 @@ jobs:
cache: pip
install:
-- pip install tox
+- pip install tox tox-venv
script: tox