Skip to content

Commit 2c756f6

Browse files
authored
Merge pull request #49 from shazow/travis-update
travis: Use latest Python 2, Python 3
2 parents f894f58 + 06096e8 commit 2c756f6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: python
22
python:
33
- 2.7
4-
- 3.3
4+
- 3.6
5+
- nightly
56
install:
6-
- pip install nose pytz --use-mirrors
7+
- pip install nose pytz
78
script:
89
- nosetests --with-doctest test/ unstdlib/standard/
9-
email:
10-
on_success: change
11-
on_failure: change

0 commit comments

Comments
 (0)