travis: fix typo in travis.yml
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 9 Aug 2016 17:07:12 +0000 (13:07 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 9 Aug 2016 17:07:12 +0000 (13:07 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
.travis.yml

index 01fc18afc99d66b67a83b349476d9e74e1335d5b..0ffb38ffd931624e2ee538e7a539d5c577f0fa9d 100644 (file)
@@ -3,6 +3,6 @@ language: python
 python:
   - "2.7"
   - "3.5"
-  - "pypi"
+  - "pypy"
 install: pip install tox-travis
 script: tox
This page took 0.024166 seconds and 4 git commands to generate.