1
0
mirror of https://github.com/mnaberez/py65.git synced 2026-04-24 02:17:55 +00:00

Fix typo in Travis env for Python 2.7

This commit is contained in:
Mike Naberezny
2016-01-30 10:49:13 -08:00
parent 4263972ad9
commit 13f60394b6
+1 -1
View File
@@ -5,7 +5,7 @@ matrix:
- python: 2.6
env: TOXENV=py26
- python: 2.7
env: TOXENV=py26
env: TOXENV=py27
- python: 3.2
env: TOXENV=py32
- python: 3.3