Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Merge 87282be into c1335e2
Browse files Browse the repository at this point in the history
  • Loading branch information
skwashd committed Jan 3, 2019
2 parents c1335e2 + 87282be commit 706b402
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -4,8 +4,10 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"

sudo: false
dist: xenial
sudo: required

install:
- pip install -r requirements-dev.txt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -31,6 +31,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
packages=[
'acapi',
Expand Down

0 comments on commit 706b402

Please sign in to comment.