1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-22 04:28:57 +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

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