~jbicha/friends/build-depend-on-dev-not-gir

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Bruce Park
  • Date: 2013-03-19 20:12:10 UTC
  • mto: This revision was merged to the branch mainline in revision 201.
  • Revision ID: robert.park@canonical.com-20130319201210-epsi4ed5sqc59ktp
De-twingle our Account wrapper class from the Authentication class.

This means our Authentication code functions directly on accounts-sso
API calls, with one less layer of glue obfuscating everything.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
16
check:
17
 
        python3 -m unittest discover -vv
 
17
        python3 -m unittest discover
18
18
 
19
19
install:
20
20
        python3 setup.py install