Skip to content

Commit

Permalink
enabled pip cache and py3.7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Jun 28, 2018
1 parent 3e5d6a5 commit ac6ae3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

language: python
cache: pip
python:
- "2.6"
- "2.7"
Expand All @@ -8,6 +8,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "nightly"
- "pypy"
- "pypy3"
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Revision 0.2.2, released XX-XX-2018
Revision 0.2.2, released 28-06-2018
-----------------------------------

- Copyright notice extended to the year 2018
Expand Down

0 comments on commit ac6ae3f

Please sign in to comment.