aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Peter Yamauchi <johnpeteryams@gmail.com>2019-02-19 22:03:50 -0600
committerJohn Peter Yamauchi <johnpeteryams@gmail.com>2019-02-19 22:03:50 -0600
commit16af7101e490ce86aef57f0ed0eb475741fa06a4 (patch)
tree07ab703d2e8cfcd47b055c46bf53a411fe01c526 /.travis.yml
parent9c2e3683e207e81cf88350fde2dfadcecd5cc914 (diff)
parentd9eb1a980798ff54ac9cd81ff1821f78aa57156b (diff)
downloadscreenplain-16af7101e490ce86aef57f0ed0eb475741fa06a4.tar.gz
Merge branch 'master' into python3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e3d0c33..2ece8ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
language: python
python:
+ - "2.7"
- "3.3"
-install: pip install -r requirements-py3.txt
+install: pip install -r requirements.txt
script: bin/test