diff options
author | John Peter Yamauchi <johnpeteryams@gmail.com> | 2019-02-19 22:03:50 -0600 |
---|---|---|
committer | John Peter Yamauchi <johnpeteryams@gmail.com> | 2019-02-19 22:03:50 -0600 |
commit | 16af7101e490ce86aef57f0ed0eb475741fa06a4 (patch) | |
tree | 07ab703d2e8cfcd47b055c46bf53a411fe01c526 /.travis.yml | |
parent | 9c2e3683e207e81cf88350fde2dfadcecd5cc914 (diff) | |
parent | d9eb1a980798ff54ac9cd81ff1821f78aa57156b (diff) | |
download | screenplain-16af7101e490ce86aef57f0ed0eb475741fa06a4.tar.gz |
Merge branch 'master' into python3
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |