Changeset 233:8273ddf26155
- Timestamp:
- Feb 21, 2018, 11:29:58 AM (4 years ago)
- Branch:
- default
- hg-git-rename-source:
- git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r211 r233 5 5 - 3.3 6 6 - 3.5 7 - 3.6 7 8 - pypy 8 9 … … 21 22 - python: 3.5 22 23 env: TWISTED=Twisted==15.5 24 - python: 3.6 25 env: TWISTED=Twisted==15.5 23 26 24 27 install: 25 28 - pip install pyflakes 26 29 - pip install -q $TWISTED 27 - p ython setup.py install30 - pip install . 28 31 29 32 script:
Note: See TracChangeset
for help on using the changeset viewer.